We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4586b7 commit ba12176Copy full SHA for ba12176
1 file changed
pyproject.toml
@@ -68,7 +68,6 @@ dependencies = [
68
"pywavelets",
69
"scipy>=1.4.0",
70
"tqdm",
71
- "zenodo_get>=1.6",
72
]
73
[project.optional-dependencies]
74
plugins = [
@@ -83,11 +82,12 @@ gpu = [
83
82
test = [
84
#"ccpi-regulariser=24.0.1", # [not osx] # missing from PyPI
85
"cvxpy",
86
- "matplotlib>=3.3.0",
+ "matplotlib-base>=3.3",
87
"packaging",
88
"scikit-image",
89
"unittest-parametrize",
90
"wget",
+ "zenodo_get>=1.6",
91
92
docs = [
93
"jinja2",
0 commit comments