limit openpyxl version

This commit is contained in:
Fabian Neumann 2023-02-16 19:41:55 +01:00
parent 9bb52ddab0
commit e2ec25073a
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ dependencies:
- numpy=1.23.5 - numpy=1.23.5
- openjdk=17.0.3 - openjdk=17.0.3
- openjpeg=2.5.0 - openjpeg=2.5.0
- openpyxl=3.1.1 - openpyxl=3.1.0
- openssl=3.0.8 - openssl=3.0.8
- packaging=23.0 - packaging=23.0
- pandas=1.5.3 - pandas=1.5.3

View File

@ -16,7 +16,7 @@ dependencies:
# Dependencies of the workflow itself # Dependencies of the workflow itself
- xlrd - xlrd
- openpyxl - openpyxl!=3.1.1
- pycountry - pycountry
- seaborn - seaborn
- snakemake-minimal - snakemake-minimal