Skip to content

Commit 3a287fe

Browse files
committed
more permissive requirements.txt
1 parent b92513c commit 3a287fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
matplotlib
2-
nibabel==2.3.3
3-
numpy==1.16.0
4-
pandas==0.23.4
5-
pytest==4.1.1
6-
scipy==1.2.0
7-
setuptools==40.6.3
8-
scikit-image==0.14.2
9-
sympy==1.3
10-
tabulate==0.8.2
11-
scikit_learn==0.20.2
2+
nibabel>=2.3.3
3+
numpy>=1.16.0
4+
pandas>=0.23.4
5+
pytest>=4.1.1
6+
scipy>=1.2.0
7+
setuptools>=40.6.3
8+
scikit-image>=0.14.2
9+
sympy>=1.3
10+
tabulate>=0.8.2
11+
scikit_learn>=0.20.2

0 commit comments

Comments
 (0)