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 97dd73cCopy full SHA for 97dd73c
pyproject.toml
@@ -31,9 +31,12 @@ classifiers = [
31
dependencies = [
32
"einops",
33
"matplotlib",
34
- "numpy>=1.21.0,<2.0",
35
- "pandas",
36
- "pybind11>=2.6.0", # For --no-build-isolation.
+ "numpy >= 1.24.4,<2.0; python_version < '3.10'",
+ "numpy >= 2.2.4; python_version >= '3.10'",
+ "Pandas >= 2.0; python_version < '3.10'",
37
+ "Pandas >= 2.2.0; python_version >= '3.10'",
38
+ "pybind11>=2.6.0; python_version < '3.10'", # For --no-build-isolation.
39
+ "pybind11>=2.12.0; python_version >= '3.10'", # For --no-build-isolation.
40
"pytorch-msssim",
41
"scipy",
42
"setuptools>=68", # For --no-build-isolation.
0 commit comments