kira4424 commited on
Commit
e1f312f
1 Parent(s): a15ed71

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -3,8 +3,9 @@ setuptools
3
  # visdom
4
  librosa==0.8.1
5
  # matplotlib>=3.3.0
6
- numpy==1.19.3; platform_system == "Windows"
7
- numpy==1.21.2; platform_system != "Windows"
 
8
  scipy>=1.0.0
9
  tqdm
10
  sounddevice
 
3
  # visdom
4
  librosa==0.8.1
5
  # matplotlib>=3.3.0
6
+ # numpy==1.19.3; platform_system == "Windows"
7
+ # numpy==1.21.2; platform_system != "Windows"
8
+ numpy==1.22.0
9
  scipy>=1.0.0
10
  tqdm
11
  sounddevice