Skip to content

Commit

Permalink
remove python version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 9, 2024
1 parent df86063 commit c731df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- python >=3.8,<=3.10
- python >=3.8
- setuptools
- numpy >=1.21.2
# Please review cython pinning on future releases
# see: https://github.com/schneebergerlab/syri/pull/217
- cython
- libxcrypt
run:
- python >=3.8,<=3.10
- python >=3.8
- numpy >=1.21.2
- pandas >=1.2.4
- scipy >=1.6.2
Expand All @@ -52,4 +52,4 @@ about:

extra:
maintainers:
- mnshgl0110
- mnshgl0110

0 comments on commit c731df8

Please sign in to comment.