Skip to content

Commit 7895ee8

Browse files
alefisicotiborsimko
authored andcommitted
build(python): upgrade to Snakemake 9.16.3 (reanahub#514)
Upgrade Snakemake to 9.16.3. Add plugin `snakemake-executor-plugin-kubernetes` to the list of dependencies. This is now necessary since upstream Snakemake extracted executors to plugins. Upgrade `snakemake-storage-plugin-xrootd` plugin to 1.0.0.
1 parent e435058 commit 7895ee8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The list of contributors in alphabetical order:
55
- [Adelina Lintuluoto](https://orcid.org/0000-0002-0726-1452)
66
- [Agisilaos Kounelis](https://orcid.org/0000-0001-9312-3189)
77
- [Alastair Lyall](https://orcid.org/0009-0000-4955-8935)
8+
- [Alejandro Gomez Espinosa](https://orcid.org/0000-0002-9443-7769)
89
- [Alp Tuna](https://orcid.org/0009-0001-1915-3993)
910
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)
1011
- [Bruno Rosendo](https://orcid.org/0000-0002-0923-3148)

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@
4242
"snakemake": [
4343
"snakemake==7.32.4 ; python_version<'3.11'",
4444
"pulp>=2.7.0,<2.8.0 ; python_version<'3.11'",
45-
"snakemake==8.27.1 ; python_version>='3.11'",
45+
"snakemake==9.16.3 ; python_version>='3.11'",
46+
"snakemake-executor-plugin-kubernetes>=0.1.3 ; python_version>='3.11'",
4647
],
4748
"snakemake-xrootd": [
48-
"snakemake-storage-plugin-xrootd==0.1.4 ; python_version>='3.11'",
49+
"snakemake-storage-plugin-xrootd==1.0.0 ; python_version>='3.11'",
4950
],
5051
}
5152

0 commit comments

Comments
 (0)