Skip to content

Commit

Permalink
require numpy<2.x (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Jun 20, 2024
1 parent 29d12bc commit bd48d3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-environments/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- myst-nb
- myst-parser
- numba >= 0.56.4
- numpy >= 1.16.1
- numpy >= 1.16.1, <2
- numpydoc
- openmatrix >= 0.3.4.1
- orca >= 1.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dynamic = ["version"]
dependencies = [
"cytoolz >= 0.8.1",
"numba >= 0.55.2",
"numpy >= 1.16.1",
"numpy >= 1.16.1, <2",
"openmatrix >= 0.3.4.1",
"orca >= 1.6",
"pandas >= 1.4, <2",
Expand Down

0 comments on commit bd48d3d

Please sign in to comment.