Skip to content

Commit 0ed4819

Browse files
authored
Remove numpy version pin (#637)
1 parent 2c6953d commit 0ed4819

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bokeh>2
22
datashader
33
noise >=1.2.2
4-
numpy>=1.7,<=1.20
4+
numba
55
xarray

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'dask',
1919
'datashader',
2020
'numba',
21-
'numpy>=1.7,<=1.20',
2221
'pandas',
2322
'pillow',
2423
'requests',

0 commit comments

Comments
 (0)