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

PyPi release does not support Flask >= 3 #122

Open
Adamtaranto opened this issue Jan 29, 2024 · 2 comments
Open

PyPi release does not support Flask >= 3 #122

Adamtaranto opened this issue Jan 29, 2024 · 2 comments
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@Adamtaranto
Copy link

Adamtaranto commented Jan 29, 2024

I see the Flask requirement in bioconda has been fixed to Flask v2.

And also in this repo 17aae01

However, PyPi has old version Dgenies v1.5.0 (May 5th, 2023).

pip3 install --user dgenies results in version that is not compatible with Flask >2.3.3. See #98 #101

Can you please create a new release for PyPi?

@pbordron pbordron added the dependencies Pull requests that update a dependency file label Jan 30, 2024
@pbordron
Copy link
Member

pbordron commented Jan 30, 2024

Hi Adamtaranto

I hope you don't use pip2 that is related to python 2.7.

We will look for creating a new release of dgenies 1.5.0 with a more restrictive requirements.txt and look how to deactivate the current 1.5.0.

Regards

Philippe

@pbordron pbordron added the bug Something isn't working label Jan 30, 2024
@Adamtaranto
Copy link
Author

Sorry that was a typo. Yes I'm using pip3 in an env that only has Python 3.12 installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants