We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b2e8a commit cb84d78Copy full SHA for cb84d78
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pycpet"
7
-version = "0.0.6"
+version = "0.0.7"
8
authors = [
9
{ name="Pujan Ajmera", email="ajmerapujan@gmail.com" },
10
]
@@ -20,7 +20,7 @@ license-files = ["LICEN[CS]E*"]
20
dependencies = [
21
"torch",
22
"numba",
23
- "numpy",
+ "numpy<2",
24
"pandas",
25
"scikit-learn",
26
"kneed",
0 commit comments