Closed coroa closed 7 months ago
Had not seen .github/scripts/generate_pip_deps_from_conda.py, yet. Neat.
Then the version constraints are obviously out of sync with: https://github.com/GlacioHack/geoutils/blob/cc5f62517b293aeb9ddf6f6dac24c83579756fd4/environment.yml#L6-L15
Solution to issue cannot be found in the documentation.
Issue
Version constraints on conda-forge: https://github.com/conda-forge/geoutils-feedstock/blob/aa04fb50b848deb5af1b291e28c0d6bedbfa25a6/recipe/meta.yaml#L31-L42 differ from https://github.com/GlacioHack/geoutils/blob/cc5f62517b293aeb9ddf6f6dac24c83579756fd4/requirements.txt#L4-L13
leading to a
pip
driven downgrade in fresh conda environments for pandas and geopandas.Also for the python package itself:
setuptools
andsetuptools-scm
(especially with physical_version.py
writing) can be omitted frominstall_requires
and are sufficient to have inbuild-system.requires
usually, which you do https://github.com/GlacioHack/geoutils/blob/cc5f62517b293aeb9ddf6f6dac24c83579756fd4/pyproject.toml#L1-L7 .Best, thanks for the package!
Installed packages
Environment info