Skip to content

Commit

Permalink
pin numpy past security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Mar 15, 2023
1 parent 846b1f5 commit 14f8044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_description():
"fsspec",
"matplotlib>=3",
"numba>=0.56.0",
"numpy>=1.18.0", # >1.18 for numba version restrictions with numba 0.56 series
"numpy>=1.22.0", # >1.18 for numba version restrictions with numba 0.56 series
"scipy>=1.1.0",
"tqdm>=4.27.0",
"lz4",
Expand Down

0 comments on commit 14f8044

Please sign in to comment.