Skip to content

Commit e0ceca3

Browse files
fix: conda min python version to 3.10
1 parent 575b8c6 commit e0ceca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requirements:
2929
- numpy {{ numpy }}
3030
run:
3131
- numpy {{ numpy }}
32-
- python>=3.9
32+
- python>=3.10
3333
test:
3434
import:
3535
- numpy

0 commit comments

Comments
 (0)