Skip to content

Commit

Permalink
1st try of changing to requirements.txt to the Python 3.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxevush committed Feb 29, 2024
1 parent ecf7815 commit bf972b4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
librosa==0.8.1
torch==1.9.1
torchaudio==0.9.1
torchvision==0.10.1
numpy==1.20.0
torch==2.2.1
torchaudio==2.2.1
torchvision==0.17.1
numpy==1.26.4
matplotlib
opencv-python==4.5.3.56
pandas==1.1.0
opencv-python==4.9.0.80
pandas==1.5.3
scikit-image==0.18.3
scikit-learn==1.0
scipy==1.7.1
scikit-learn==1.3.2
scipy==1.11.4
pytorch_lightning==1.5.1
rtree==0.9.7
environ-config
ray[tune]==1.11.0
ray[tune]==2.9.3
protobuf==3.19.1
bayesian-optimization==1.2.0
seaborn==0.12.2

0 comments on commit bf972b4

Please sign in to comment.