Updating packages requirements.txt

#28
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
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment