We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d293ce1 commit e117e3aCopy full SHA for e117e3a
2 files changed
pyproject.toml
@@ -31,7 +31,8 @@ classifiers = [
31
dependencies = [
32
"einops",
33
"matplotlib",
34
- "numpy>=1.21.0,<2.0",
+ "numpy >= 1.24.4,<2.0; python_version < '3.10'",
35
+ "numpy >= 2.2.4; python_version >= '3.10'",
36
"pandas",
37
"pybind11>=2.6.0", # For --no-build-isolation.
38
"pytorch-msssim",
0 commit comments