-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Description
setuptools is not declared as a run-time dependency here:
sparkling-water/py/src/pyproject.toml
Line 12 in 1a0a318
| dependencies = [ |
Same with the setup.py:
sparkling-water/py/src/setup.py
Line 40 in 1a0a318
| # run-time dependencies |
Currently, it is only listed as a build dependency in both. However, the following line is run when sparkling-water is imported in Python
| import pkg_resources as pkg |
Note: starting in Python 3.12, setuptools does not come with a venv anymore by default
Metadata
Metadata
Assignees
Labels
No labels