Skip to content

Commit e9d5f18

Browse files
committed
Numpy requirement changed to allow numba to be used
1 parent a197e1f commit e9d5f18

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements_dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
sympy
22
scikit-image
33
matplotlib
4-
numpy>=1.16.1
4+
numpy<1.21,>=1.17
55
scipy
66
numba>=0.48.0
7-
pip==19.2.3
7+
wheel>=0.33.6
8+
flake8>=3.7.8
9+
pyfftw
10+
tinydb
11+
812
bump2version==0.5.11
9-
wheel==0.33.6
10-
watchdog==0.9.0
1113
flake8==3.7.8
1214
tox==3.14.0
1315
coverage==4.5.4
1416
Sphinx==1.8.5
1517
twine==1.14.0
16-
pyfftw
17-
tinydb
1818

1919
pytest==4.6.5
2020
pytest-runner==5.1

0 commit comments

Comments
 (0)