Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda-store-server conda package dependencies are out of sync with pyproject.toml dependencies #1068

Open
soapy1 opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1069
Open

conda-store-server conda package dependencies are out of sync with pyproject.toml dependencies #1068

soapy1 opened this issue Jan 30, 2025 · 0 comments · May be fixed by #1069
Assignees
Labels
area: dependencies 📦 Issues related to conda-store dependencies type: maintenance 🛠

Comments

@soapy1
Copy link
Contributor

soapy1 commented Jan 30, 2025

Context

There is an inconsistency between the dependencies required by conda-store-server as defined in the conda-forge package and the conda-store-server pyproject.toml.

For example, you can see the issue if you use pip check

# create a clean environment to test
$ conda create -n tmp-test python=3.11     
$ conda activate tmp-test

# install the conda-store-server package
$ conda install conda-store-server
$ conda-store-server --version   
2025.1.1

# check
$ python -m pip check                                             
conda-store-server 2025.1.1 requires flower, which is not installed.
conda-store-server 2025.1.1 requires psycopg2-binary, which is not installed.
conda-store-server 2025.1.1 has requirement setuptools<70, but you have setuptools 75.8.0.

ref: conda-forge/conda-store-feedstock#52 (comment)

Value and/or benefit

fixes the issue exposed in conda-forge/conda-store-feedstock#52

Anything else?

No response

@soapy1 soapy1 added the needs: triaging 🚦 Someone needs to have a look at this issue and triage label Jan 30, 2025
@soapy1 soapy1 added area: dependencies 📦 Issues related to conda-store dependencies type: maintenance 🛠 and removed needs: triaging 🚦 Someone needs to have a look at this issue and triage labels Jan 30, 2025
@soapy1 soapy1 self-assigned this Jan 30, 2025
@soapy1 soapy1 linked a pull request Jan 30, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dependencies 📦 Issues related to conda-store dependencies type: maintenance 🛠
Projects
Status: New 🚦
Development

Successfully merging a pull request may close this issue.

1 participant