We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63c6e6 commit 1649251Copy full SHA for 1649251
1 file changed
environment.yaml
@@ -7,11 +7,11 @@ channels:
7
- conda-forge
8
- bioconda
9
dependencies:
10
-- python>=3.8
+- python>=3.10
11
- pip
12
# for running the package
13
-- snakemake-minimal>=8.5,<8.25 # See https://github.com/snakemake/snakemake/issues/3202
14
-- pandas>=2.1
+- snakemake-minimal>=8.5
+- pandas>=2.1,<3
15
- pypsa
16
- pyarrow
17
- numpy
0 commit comments