Skip to content

Commit 1b690fe

Browse files
author
André Böni
committed
+ conda build fix
1 parent 6a79c45 commit 1b690fe

File tree

3 files changed

+5310
-221
lines changed

3 files changed

+5310
-221
lines changed

conda.recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ requirements:
1818
build:
1919
- pip
2020
- python >=3.11
21-
- setuptools
22-
- setuptools_scm
21+
- setuptools >=64
22+
- setuptools_scm >=8
2323
host:
2424
- python >=3.11
25+
- setuptools >=64
26+
- setuptools_scm >=8
2527
- pip
2628
run:
2729
- python >=3.11

0 commit comments

Comments
 (0)