Skip to content

Commit

Permalink
update pyopenms as it seems to be compatible with numpy2 (#51992)
Browse files Browse the repository at this point in the history
* changed numpy pinning to be more flexible

* updated build number

* trying with generic numpy pin

* fix run dep

* fixed zip keys

* removed build config

* set upper python limit to <3.13
  • Loading branch information
hechth authored Nov 7, 2024
1 parent ac93f9e commit 259960e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 24 deletions.
19 changes: 0 additions & 19 deletions recipes/pyopenms/conda_build_config.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions recipes/pyopenms/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:

build:
skip: True # [py2k or osx]
number: 0
number: 1
run_exports:
- {{ pin_subpackage("pyopenms", max_pin="x.x") }}

Expand All @@ -35,13 +35,13 @@ requirements:
- xerces-c
- boost-cpp
- qt-main >=5.15.8
- python {{ python }}
- python >=3.9,<3.13
- cython >=0.25.2
- autowrap >=0.22.10
- setuptools
- wheel
- pip
- numpy {{ numpy }}
- numpy >=1.23.*
- pandas
- matplotlib-base
- sysroot_linux-64 =2.17 # [linux]
Expand All @@ -54,8 +54,8 @@ requirements:
- boost-cpp
- qt-main >=5.15.8
- eigen >=3.3.4
- python {{ python }}
- numpy {{ numpy }}
- python >=3.9,<3.13
- numpy >=1.23.*
- pandas
- matplotlib-base
- sysroot_linux-64 =2.17 # [linux]
Expand Down

0 comments on commit 259960e

Please sign in to comment.