We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
pip3 install --user dgenies
Can you please create a new release for PyPi?
The text was updated successfully, but these errors were encountered:
Hi Adamtaranto
I hope you don't use pip2 that is related to python 2.7.
pip2
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.
requirements.txt
Regards
Philippe
Sorry, something went wrong.
Sorry that was a typo. Yes I'm using pip3 in an env that only has Python 3.12 installed.
No branches or pull requests
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 #101Can you please create a new release for PyPi?
The text was updated successfully, but these errors were encountered: