Skip to content

Commit e117e3a

Browse files
committed
chores: bound numpy depending on python version
1 parent d293ce1 commit e117e3a

File tree

2 files changed

+300
-27
lines changed

2 files changed

+300
-27
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ classifiers = [
3131
dependencies = [
3232
"einops",
3333
"matplotlib",
34-
"numpy>=1.21.0,<2.0",
34+
"numpy >= 1.24.4,<2.0; python_version < '3.10'",
35+
"numpy >= 2.2.4; python_version >= '3.10'",
3536
"pandas",
3637
"pybind11>=2.6.0", # For --no-build-isolation.
3738
"pytorch-msssim",

0 commit comments

Comments
 (0)