Open
Conversation
CharlieLeee
reviewed
Oct 30, 2024
| gradio==5.4.0 | ||
| ipython==8.12.3 | ||
| matplotlib==3.9.2 | ||
| numpy==2.1.2 |
Contributor
There was a problem hiding this comment.
Thank you for the pr, I tested on my local machine, and using this version of numpy leads to
ERROR: Cannot install -r requirements.txt (line 10), -r requirements.txt (line 2), -r requirements.txt (line 4) and numpy==2.1.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested numpy==2.1.2
gradio 5.4.0 depends on numpy<3.0 and >=1.0
matplotlib 3.9.2 depends on numpy>=1.23
tensorflow 2.15.0 depends on numpy<2.0.0 and >=1.23.5
At the moment we recommend using Google Colab, together with our colab file which includes all necessary dependency installations to help you get started.
This list might work but it's not thoroughly tested:
gdown==5.2.0
gradio==5.4.0
jupyter
matplotlib==3.7.1
numpy==1.26.4
Pillow==10.4.0
pytesseract==0.3.13
Requests==2.32.3
tensorflow==2.15.0
tensorflow_text==2.15.0
tqdm==4.66.6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm sorry for submitting multiple pull requests with the same proposal. I had an organizational email account that did not have CLA Google verification. 🤦♂️