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 658d65bCopy full SHA for 658d65b
pyproject.toml
@@ -31,9 +31,11 @@ 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",
- "pybind11>=2.6.0", # For --no-build-isolation.
37
+ "pybind11>=2.6.0; python_version < '3.10'", # For --no-build-isolation.
38
+ "pybind11>=2.12.0; python_version >= '3.10'", # For --no-build-isolation.
39
"pytorch-msssim",
40
"scipy",
41
"setuptools>=68", # For --no-build-isolation.
0 commit comments