Skip to content

Commit 0e7d55b

Browse files
authored
Update setup.py
update version number and numpy version
1 parent 59b6b7e commit 0e7d55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
print(packages)
55
setup(
66
name="chebai",
7-
version="0.0.2.dev0",
7+
version="1.0.0",
88
packages=packages,
99
package_data={"": ["**/*.txt", "**/*.json"]},
1010
include_package_data=True,
@@ -20,7 +20,7 @@
2020
"idna",
2121
"joblib",
2222
"networkx",
23-
"numpy<2",
23+
"numpy",
2424
"pandas",
2525
"python-dateutil",
2626
"pytz",

0 commit comments

Comments
 (0)