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 d293ce1 commit 88e0a3dCopy full SHA for 88e0a3d
pyproject.toml
@@ -31,7 +31,9 @@ classifiers = [
31
dependencies = [
32
"einops",
33
"matplotlib",
34
- "numpy>=1.21.0,<2.0",
+ "numpy >= 1.24.4; python_version == '3.8.*'",
35
+ "numpy >= 2.0.2; python_version == '3.9.*'",
36
+ "numpy >= 2.2.4; python_version >= '3.10'",
37
"pandas",
38
"pybind11>=2.6.0", # For --no-build-isolation.
39
"pytorch-msssim",
0 commit comments