Skip to content

Commit

Permalink
Merge pull request #284 from Point72/tkp/np2
Browse files Browse the repository at this point in the history
Force numpy<2 for now
  • Loading branch information
timkpaine committed Jun 18, 2024
2 parents 6b8e0af + 9584618 commit aa5e170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/dev-environment-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- mamba
- mdformat>=0.7.17,<0.8
- ninja
- numpy
- numpy<2
- pandas
- pillow
- polars
Expand Down
2 changes: 1 addition & 1 deletion conda/dev-environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- mamba
- mdformat>=0.7.17,<0.8
- ninja
- numpy
- numpy<2
- pandas
- pillow
- polars
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = ">=3.8"

dependencies = [
"backports.zoneinfo; python_version<'3.9'",
"numpy",
"numpy<2",
"packaging",
"pandas",
"psutil",
Expand Down

0 comments on commit aa5e170

Please sign in to comment.