Skip to content

Commit 80c529a

Browse files
committed
numba requires specific numpy version
because doc compil finds error: numpy 1.21.2 is installed but numpy<1.21,>=1.17 is required by {'numba'}
1 parent 08c2393 commit 80c529a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
matplotlib
22
netCDF4
33
numba>=0.53
4-
numpy
4+
numpy<1.21
55
opencv-python
66
pint
77
polygon3

0 commit comments

Comments
 (0)