We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8b3cfa + 0950ae9 commit 51f4d2fCopy full SHA for 51f4d2f
setup.py
@@ -28,7 +28,7 @@
28
"""
29
PYTHON_REQUIRES = ">=3.7"
30
PACKAGES = find_packages()
31
-INSTALL_REQUIRES = ["scikit-learn", "numpy>=1.21"]
+INSTALL_REQUIRES = ["scikit-learn", "numpy>=1.21", "packaging"]
32
EXTRAS_REQUIRE = {
33
"tests": [
34
"flake8",
0 commit comments