Skip to content

Commit ee9b90e

Browse files
authored
Merge pull request #537 from hiddenSymmetries/mbk/conda-numpy
Update the version specification approach for numpy in conda builds
2 parents f3af062 + d717284 commit ee9b90e

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
numpy:
2-
- 1.23
3-
- 1.24
41
python:
52
- 3.9
63
- 3.10
74
- 3.11
5+
- 3.12
6+
- 3.13
87

98
pin_run_as_build:
10-
numpy: x.x
119
python: x.x

conda.recipe/meta.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ requirements:
2727
host:
2828
- pip
2929
- wheel
30-
- numpy {{ numpy }}
31-
- "setuptools_scm[toml]"
32-
- scikit-build-core
3330
- python {{ python }}
34-
- pybind11 <3.0
31+
- scikit-build-core
32+
- "setuptools_scm[toml]"
33+
- numpy >=2.0
3534

3635
run:
3736
- python
38-
- numpy {{ numpy }}
37+
- numpy
3938
- jax >=0.2.5
4039
- jaxlib >=0.1.56
4140
- scipy >=1.5.4

0 commit comments

Comments
 (0)