Commit c2dc33d
build(python): upgrade to Snakemake 9.16.3 (reanahub#514)
Snakemake 9.16.3 requires snakemake-executor-plugin-kubernetes>=0.1.5
on Python 3.11+, which in turn needs kubernetes>=27.2.0. Since
kubernetes 27+ requires oauthlib>=3.2.2 which is incompatible with
reana-server invenio packages (flask-oauthlib needs oauthlib<3.0.0),
the executor plugin is split into a separate "snakemake-kubernetes"
extra. The "kubernetes" extra upper pin is kept at <27.0.0.
Co-authored-by: Tibor Šimko <tibor.simko@cern.ch>1 parent e435058 commit c2dc33d
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
0 commit comments