Skip to content

Commit

Permalink
set upper python limit to <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 7, 2024
1 parent bcf271d commit f86f615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pyopenms/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- xerces-c
- boost-cpp
- qt-main >=5.15.8
- python >=3.9
- python >=3.9,<3.13
- cython >=0.25.2
- autowrap >=0.22.10
- setuptools
Expand All @@ -54,7 +54,7 @@ requirements:
- boost-cpp
- qt-main >=5.15.8
- eigen >=3.3.4
- python >=3.9
- python >=3.9,<3.13
- numpy >=1.23.*
- pandas
- matplotlib-base
Expand Down

0 comments on commit f86f615

Please sign in to comment.