We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb208f commit 10efe58Copy full SHA for 10efe58
1 file changed
meta.yaml
@@ -25,14 +25,18 @@ requirements:
25
- ninja
26
- cmake
27
- "{{ compiler('fortran') }}" # [unix]
28
+
29
host:
30
- python {{ PY_VER }}*
31
+ - pip
32
+ - numpy ==2.2.6
33
- scikit-build-core ~=0.3
34
- pybind11 ~=2.13
35
- python-build ~=1.2
36
- setuptools_scm[toml] ~=8.0
37
38
run:
- - python {{PY_VER}}*
39
+ - python {{ PY_VER }}*
40
- martinpdes::pyoptik
41
- martinpdes::mpsplots ==1.8.9
42
- martinpdes::typedunit
0 commit comments