You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There are requirements listed in the requirements.txt file (such as shapely >=2.0.0) that are not present in the setup.py file. Since the requirements.txt file is not used by the setup.py file, I believe this can cause issues with enforcing dependencies.
Code To Reproduce
CLI commands or Python code snippet to reproduce the bug
Output
Compete output obtained with maximal verbosity.
Describe the bug
There are requirements listed in the
requirements.txt
file (such asshapely >=2.0.0
) that are not present in thesetup.py
file. Since therequirements.txt
file is not used by thesetup.py
file, I believe this can cause issues with enforcing dependencies.Code To Reproduce
CLI commands or Python code snippet to reproduce the bug
Output
Compete output obtained with maximal verbosity.
Environment:
python --version
import sertit; sertit.__version__
Additional context
Add any other context about the bug here.
The text was updated successfully, but these errors were encountered: