Skip to content

Commit c39c395

Browse files
committed
[patch] Downgrading numpy
1 parent ce16845 commit c39c395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python = ">=3.10,<3.13"
1414
torchvision = "^0.22"
1515
rich = "^13.9.4"
1616
pandas = "^2.3.0"
17-
numpy = "^2.1.3"
17+
numpy = ">=1.24,<2"
1818
einops = "^0.8.0"
1919
pytest = "^8.3.3"
2020
python-dotenv = "^1.0.1"

0 commit comments

Comments
 (0)