Skip to content

Commit ae00ebd

Browse files
authored
Merge pull request #391 from frankieeder/frankieeder/requirements
Relax requirements constraints
2 parents bb624ac + 746541a commit ae00ebd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
matplotlib==3.4.2
2-
simplejson==3.16.0
3-
scipy==1.6.3
4-
numpy==1.20.3
5-
hmmlearn==0.2.5
6-
eyeD3==0.9.6
7-
pydub==0.25.1
8-
scikit_learn==0.24.2
9-
tqdm==4.52.0
10-
plotly==5.3.1
11-
pandas==1.2.4
1+
matplotlib>=3.4.2
2+
simplejson>=3.16.0
3+
scipy>=1.6.3
4+
numpy>=1.20.3
5+
hmmlearn>=0.2.5
6+
eyeD3>=0.9.6
7+
pydub>=0.25.1
8+
scikit_learn>=0.24.2
9+
tqdm>=4.52.0
10+
plotly>=5.3.1
11+
pandas>=1.2.4
1212
imblearn

0 commit comments

Comments
 (0)