adsabs / ADSIngestParser

Curation parser library
MIT License
0 stars 7 forks source link

Pyproject requirement for setuptools==60.10.0 incompatible with ADSPipelineUtils #46

Open seasidesparrow opened 1 year ago

seasidesparrow commented 1 year ago

Describe the bug ADSIngestParser cannot be installed into a python virtual environment where ADSPipelineUtils is or will be installed.

To Reproduce Using python3.10+, create a virtual environment. Attempt to install adsputils==1.4.3 and adsingestp>=0.9.3. Pip will complain about incompatible requirements because adsputils has the requirement setuptools<45

Additional context ADSIngestParser will eventually need the ADS standard logging and configuration utilities contained in ADSPipelineUtils. This can be fixed temporarily by setting ADSIngestParser requirements in the pyingest.toml file to use setuptools<=60.10.0.