Skip to content

Commit eb14b72

Browse files
authored
Merge pull request #76 from apoorvkh/numpy-version-min
Set numpy lower bound to 1.20
2 parents 82450a2 + 3ad40ff commit eb14b72

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

pixi.lock

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ classifiers = [
2121
]
2222
requires-python = ">=3.9"
2323
dependencies = [
24-
"cloudpickle>=3.0.0",
25-
"fabric>=3.0.0",
26-
"torch>=2.0.0",
24+
"cloudpickle>=3.0",
25+
"fabric>=3.2",
26+
"torch>=2.0",
2727
# torch.distributed depends on numpy
28-
"numpy<2", # numpy>=2 requires torch>=2.3
29-
"numpy>=1.26.0; python_version == '3.12'",
28+
"numpy>=1.20",
3029
]
3130

3231
[project.urls]

0 commit comments

Comments
 (0)