Skip to content

Commit ca478f9

Browse files
authored
Remove python restriction
1 parent f5770b7 commit ca478f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requirements:
1717
- {{ compiler('c') }}
1818
- {{ stdlib('c') }}
1919
host:
20-
- python # [py<314]
20+
- python
2121
- python-gil # [py>=314]
2222
- pip
2323
- setuptools >=77
@@ -26,7 +26,7 @@ requirements:
2626
- numpy-base
2727
- wheel >=0.41.3
2828
run:
29-
- python # [py<314]
29+
- python
3030
- python-gil # [py>=314]
3131
- mkl-service
3232
- {{ pin_compatible('numpy-base') }}

0 commit comments

Comments
 (0)