Skip to content

Commit d768cc0

Browse files
updating package dependencies for numpy < 2.0.0
1 parent d4ce27b commit d768cc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[build-system]
2-
requires = ["setuptools>=49.2.1", "torch >= 2.0.0", "tqdm", "matplotlib", "numpy"]
2+
requires = ["setuptools>=49.2.1"]
33
build-backend = "setuptools.build_meta"
44
[tool.setuptools]
55
packages = ["ProbabilisticDiffusion"]
66
[project]
77
name = "ProbabilisticDiffusion"
88
version = "2.0.0"
9+
dependencies = ["torch>=2.0.0", "numpy<2.0.0", "tqdm", "matplotlib"]
910
authors = [
1011
{ name="Kristof Pusztai", email="kpusztai@berkeley.edu" },
1112
]

0 commit comments

Comments
 (0)