Skip to content

Commit

Permalink
Merge pull request #188 from bnavigator/pin-numpy
Browse files Browse the repository at this point in the history
pin numpy to <1.24 due to gh-187
  • Loading branch information
bnavigator committed Dec 18, 2022
2 parents c8da35e + f7da200 commit c71e69c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/conda-env/build-env.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-env
dependencies:
- boa
- numpy!=1.23.0
- numpy <1.24
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- libcblas * *netlib
- liblapack * *netlib
- python
- numpy !=1.23.0
- numpy <1.24
- pip
- scikit-build >=0.15
- setuptools >=45
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ requires = [
"wheel",
"scikit-build>=0.15",
"cmake>=3.14",
"numpy!=1.23.0"]
# python-control/Slycot/issues/187
"numpy<1.24"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit c71e69c

Please sign in to comment.