We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3af062 + d717284 commit ee9b90eCopy full SHA for ee9b90e
conda.recipe/conda_build_config.yaml
@@ -1,11 +1,9 @@
1
-numpy:
2
- - 1.23
3
- - 1.24
4
python:
5
- 3.9
6
- 3.10
7
- 3.11
+ - 3.12
+ - 3.13
8
9
pin_run_as_build:
10
- numpy: x.x
11
python: x.x
conda.recipe/meta.yaml
@@ -27,15 +27,14 @@ requirements:
27
host:
28
- pip
29
- wheel
30
- - numpy {{ numpy }}
31
- - "setuptools_scm[toml]"
32
- - scikit-build-core
33
- python {{ python }}
34
- - pybind11 <3.0
+ - scikit-build-core
+ - "setuptools_scm[toml]"
+ - numpy >=2.0
35
36
run:
37
- python
38
+ - numpy
39
- jax >=0.2.5
40
- jaxlib >=0.1.56
41
- scipy >=1.5.4
0 commit comments