We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setuptools is not declared as a run-time dependency here:
sparkling-water/py/src/pyproject.toml
Line 12 in 1a0a318
Same with the setup.py:
sparkling-water/py/src/setup.py
Line 40 in 1a0a318
Currently, it is only listed as a build dependency in both. However, the following line is run when sparkling-water is imported in Python
sparkling-water/py-scoring/src/ai/h2o/sparkling/Initializer.py
Line 195 in 1a0a318
Note: starting in Python 3.12, setuptools does not come with a venv anymore by default
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
setuptools is not declared as a run-time dependency here:
sparkling-water/py/src/pyproject.toml
Line 12 in 1a0a318
Same with the setup.py:
sparkling-water/py/src/setup.py
Line 40 in 1a0a318
Currently, it is only listed as a build dependency in both. However, the following line is run when sparkling-water is imported in Python
sparkling-water/py-scoring/src/ai/h2o/sparkling/Initializer.py
Line 195 in 1a0a318
Note: starting in Python 3.12, setuptools does not come with a venv anymore by default
The text was updated successfully, but these errors were encountered: