Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmylo authored Feb 9, 2024
1 parent 70e2799 commit 240bbbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_tools/magicinstaller/requirements/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# from .tts_package import TTS
from .pytube_package import PyTube
from .whisper_package import Whisper
from setup_tools.magicinstaller.requirement import SimpleRequirementInit, CompareAction, SimpleRequirement
from setup_tools.magicinstaller.requirement import SimpleRequirementInit, CompareAction

requirements = [
Packaging(), # Allows for version checks

# TTS(),
SimpleRequirement('wheel'),
SimpleRequirementInit('wheel'),

# SimpleRequirementInit('numpy', CompareAction.EQ, '1.23.5'),
NoColabRequirement('numpy', CompareAction.EQ, '1.23.5'), # Don't install this one when in google colab
Expand Down

0 comments on commit 240bbbd

Please # to comment.