Skip to content

Commit 10efe58

Browse files
committed
fixup
1 parent ccb208f commit 10efe58

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

meta.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@ requirements:
2525
- ninja
2626
- cmake
2727
- "{{ compiler('fortran') }}" # [unix]
28+
2829
host:
2930
- python {{ PY_VER }}*
31+
- pip
32+
- numpy ==2.2.6
3033
- scikit-build-core ~=0.3
3134
- pybind11 ~=2.13
3235
- python-build ~=1.2
3336
- setuptools_scm[toml] ~=8.0
37+
3438
run:
35-
- python {{PY_VER}}*
39+
- python {{ PY_VER }}*
3640
- martinpdes::pyoptik
3741
- martinpdes::mpsplots ==1.8.9
3842
- martinpdes::typedunit

0 commit comments

Comments
 (0)