Hello all! One of the dependencies of our package on conda-forge has version 0.0.0 after installation, which breaks our pip check
process. Turns out that the pyproject.toml
of that package has set the version
field set to dynamic. The CI logs from the feedstock show that the version was not correctly recognized during the build process. However, I downloaded the sdist from PyPI and built the package myself with no problem. Any pointers on how to correctly configure the build process of the feedstock to solve this problem? The feedstock is here: formulae-feedstock/recipe/meta.yaml at main · conda-forge/formulae-feedstock · GitHub
Thank you!