Skip to content

Commit

Permalink
Guard against numpy v2 to prevent breakage when it gets released
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoDD authored and muhammadhamzasajjad committed Jun 19, 2024
1 parent 7826cbe commit fc9c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_requires =
# conda-forge's package and feedstock browser.
#
# See: https://conda-forge.org/feedstock-outputs/
numpy
numpy <2 # To guard against numpy v2 when it gets released https://pythonspeed.com/articles/numpy-2/
pandas
attrs
dataclasses ; python_version < '3.7'
Expand Down

0 comments on commit fc9c754

Please sign in to comment.