We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8da35e + f7da200 commit c71e69cCopy full SHA for c71e69c
3 files changed
.github/conda-env/build-env.yml
@@ -1,4 +1,4 @@
1
name: build-env
2
dependencies:
3
- boa
4
- - numpy!=1.23.0
+ - numpy <1.24
conda-recipe/meta.yaml
@@ -27,7 +27,7 @@ requirements:
27
- libcblas * *netlib
28
- liblapack * *netlib
29
- python
30
- - numpy !=1.23.0
31
- pip
32
- scikit-build >=0.15
33
- setuptools >=45
pyproject.toml
@@ -5,7 +5,8 @@ requires = [
5
"wheel",
6
"scikit-build>=0.15",
7
"cmake>=3.14",
8
- "numpy!=1.23.0"]
+ # python-control/Slycot/issues/187
9
+ "numpy<1.24"]
10
build-backend = "setuptools.build_meta"
11
12
[project]
0 commit comments