Skip to content

Commit cb84d78

Browse files
committed
fix build imports for 0.0.7
1 parent 01b2e8a commit cb84d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycpet"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
authors = [
99
{ name="Pujan Ajmera", email="ajmerapujan@gmail.com" },
1010
]
@@ -20,7 +20,7 @@ license-files = ["LICEN[CS]E*"]
2020
dependencies = [
2121
"torch",
2222
"numba",
23-
"numpy",
23+
"numpy<2",
2424
"pandas",
2525
"scikit-learn",
2626
"kneed",

0 commit comments

Comments
 (0)