Skip to content

Commit

Permalink
Don't install numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Jul 9, 2024
1 parent c389625 commit db0fa4e
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 @@ -53,7 +53,7 @@
"colorlog",
"isodate>=0.5.4",
"numba", # just-in-time compilation
"numpy>=1.20.0", # 1.20.0 required for numpy.typing
"numpy>=1.20.0,<2.0", # 1.20.0 required for numpy.typing
"openpyxl",
"pandas",
"pendulum>=2.1.1",
Expand Down

0 comments on commit db0fa4e

Please sign in to comment.