Skip to content

Commit 207416a

Browse files
committed
Fixed requirements.txt file
1 parent 9364175 commit 207416a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
numpy==1.14.2
2-
pyinterval==1.2.0
3-
pandas==0.19.2
4-
scikit-learn==0.18.1
5-
scipy==1.0.0
1+
numpy>=1.14.2
2+
pyinterval>=1.2.0,~=1.2.0
3+
pandas>=0.19.2
4+
scikit-learn>=0.18.1
5+
#scipy==1.0.0
66
requests>=2.18.4
7-
beautifulsoup4==4.6.0
8-
bs4==0.0.1
7+
beautifulsoup4>=4.6.0
8+
bs4>=0.0.1
99

1010
# -e git://github.com/JeffMv/jmm-util-libs.git@releases [parsing]
1111
# -e git://github.com/JeffMv/[email protected] [parsing]

0 commit comments

Comments
 (0)