Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt #409

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
librosa==0.7.0
numpy==1.17.1
opencv-contrib-python>=4.2.0.34
opencv-python==4.1.0.25
torch==1.1.0
torchvision==0.3.0
tqdm==4.45.0
numba==0.48
librosa
numpy
opencv-contrib-python
opencv-python
torch
torchvision
tqdm
numba
Copy link

@ajay-sainy ajay-sainy Aug 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if its a good idea to remove the versions. The newer versions of the packages might contain breaking changes.

Also, have you tested installing the requirements in the new venv and try to run the project? When I last tried, numba==0.48 was the must have.

9 changes: 9 additions & 0 deletions requirementsCPU.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
librosa
numpy
opencv-contrib-python
opencv-python
-f https://download.pytorch.org/whl/torch_stable.html
torch
torchvision
tqdm
numba