Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Bousseau <[email protected]>
  • Loading branch information
ryanskeith and cbouss authored May 23, 2024
1 parent 29a6c9c commit 1fca3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def patch_record_in_place(fn, record, subdir):
if VersionOrder(version) <= VersionOrder("2.6.0"):
replace_dep(depends, "numpy >=1.20", "numpy >=1.20,<2.0a0")
if VersionOrder(version) <= VersionOrder("2.5.0"):
replace_dep(depends, "numpy >=1.16.6,<2.0a0", "numpy >=1.16.6,<1.20.0a0")
replace_dep(depends, "numpy >=1.16.6,<2.0a0", "numpy >=1.16.6,<1.24.0a0")

##############
# versioneer #
Expand Down

0 comments on commit 1fca3be

Please sign in to comment.