Skip to content

Commit 6ec7ec4

Browse files
committed
Bump setuptools to 70.0.0
1 parent 7763ddf commit 6ec7ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
download_url="https://github.com/bigmlcom/python",
5151
license="http://www.apache.org/licenses/LICENSE-2.0",
5252
setup_requires = ['pytest'],
53-
install_requires = ["setuptools==69.0.0", "unidecode", "bigml-chronos>=0.4.3", "requests",
53+
install_requires = ["setuptools==70.0.0", "unidecode",
54+
"bigml-chronos>=0.4.3", "requests",
5455
"requests-toolbelt", "msgpack", "numpy>=1.22", "scipy",
5556
"javascript"],
5657
extras_require={"images": IMAGES_DEPENDENCIES,

0 commit comments

Comments
 (0)