We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4825a7 + 7129249 commit 4995deeCopy full SHA for 4995dee
2 files changed
pyproject.toml
@@ -26,9 +26,9 @@ dependencies = [
26
"matplotlib>=3.10",
27
"mccd>=1.2.4",
28
"modopt>=1.6",
29
- "mpi4py>=4.0",
+ "mpi4py>=4.1.2",
30
"numba>=0.59", # numpy 2 support
31
- "numpy>=2.0", # major 1 → 2
+ "numpy>=2.4.6", # major 1 → 2
32
"pandas>=3.0.3", # major 2 → 3
33
"python-dateutil",
34
"python-pysap>=0.3",
@@ -58,7 +58,7 @@ doc = [
58
jupyter = [
59
"ipython>=8.18",
60
"jupyterlab>=4.5.7",
61
- "snakemake>=9.20.0",
+ "snakemake>=9.21.0",
62
]
63
lint = [
64
"black",
0 commit comments