Hi,
This started as a bug report about the conda packaging (see here; Peter suggested I ping you to see if we can fix it upstream first.
The issue is that ads depends on httpready, but it seems that httpready is only being used for tests. Would it be possible to move httpready to an extras_require stanza, rather than general requirements section (i.e., to be installed only with pip install -e .[tests] or similar? That would allow keeping the runtime dependencies to a minimum (which conda cares about given the computationally-complex dependency resolution).
There's a bit more at conda-forge/ads-feedstock#5 (and happy to provide more information if needed!).
Hi,
This started as a bug report about the conda packaging (see here; Peter suggested I ping you to see if we can fix it upstream first.
The issue is that
adsdepends onhttpready, but it seems thathttpreadyis only being used for tests. Would it be possible to movehttpreadyto anextras_requirestanza, rather than general requirements section (i.e., to be installed only withpip install -e .[tests]or similar? That would allow keeping the runtime dependencies to a minimum (which conda cares about given the computationally-complex dependency resolution).There's a bit more at conda-forge/ads-feedstock#5 (and happy to provide more information if needed!).