Skip to content

Commit

Permalink
chore: Pin numpy to avoid numpy.dtype size change error with numpy=2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jun 19, 2024
1 parent 0754155 commit 0533e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ seaborn
haversine
pretty_html_table
kaleido
numpy>=1.25.0 # test suite will fail if user installed lower than this
numpy==1.26.4 # ERROR - ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
dask[dataframe]
pyarrow >= 14.0.1 # 14.0.0 has security vulnerability
osmium # has dependencies on `cmake` and `boost` which require brew install
Expand Down

0 comments on commit 0533e96

Please sign in to comment.