Spaces:
Runtime error
Runtime error
Updating packages requirements.txt
#28
by
p20523810
- opened
No description provided.
p20523810
changed pull request status to
closed
p20523810
changed pull request status to
open
Hi! π I created a branch where I removed strict package version pinning (e.g., ==), so that the project works better with newer versions of libraries.
I noticed the Hugging Face Space currently throws 504 errors, and I believe part of it may be due to outdated packages or environment conflicts.
In my changes, I:
Removed hardcoded versions for libraries like yt-dlp, jax[tpu]
Let pip resolve the latest compatible versions.
Fixed some minor issues that came up as a result.
Would love for you to take a look or test this out if you're open to merging updates!
p20523810
changed pull request status to
closed
p20523810
changed pull request title from
Update requirements.txt
to Updating packages requirements.txt
p20523810
changed pull request status to
open