exasol / ai-lab

Development environment for data science developers
MIT License
3 stars 0 forks source link

Remove redundant dependencies from file notebook_requirements.txt #308

Closed ckunki closed 1 week ago

ckunki commented 1 month ago

File notebook_requirements.txt contains dependencies for using the Jupyter notebooks.

Most dependencies of Jupyter notebooks are already defined by notebook-connector which is installed from pypi.

Duplicate entries in the file named above are redundant and also error-prone, as inconsistent constellations make pi install fail.

The current ticket therefore requests to remove the redundant entries from file notebook_requirements.txt.