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

Fix CI by restricting hugging face dataset version #2461

Merged

Conversation

Future-Outlier
Copy link
Member

I just saw that the datasets module had its latest release, so I guess it is the root cause of the CI failure, and it works now.

https://pypi.org/project/datasets/#history

Signed-off-by: Future-Outlier <[email protected]>
@@ -6,7 +6,7 @@

plugin_requires = [
"flytekit>=1.3.0b2,<2.0.0",
"datasets>=2.4.0",
"datasets>=2.4.0,<2.19.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I hope they will fix the bug in the next release

Suggested change
"datasets>=2.4.0,<2.19.2",
"datasets>=2.4.0,!2.19.2",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I hope they will fix the bug in the next release

No problem, thank you

Signed-off-by: Future-Outlier <[email protected]>
Co-authored-by: pingsutw  <[email protected]>
Copy link
Collaborator

@eapolinario eapolinario left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I couldn't find an issue on their issue tracker.

@eapolinario eapolinario merged commit 57ee143 into master Jun 5, 2024
45 checks passed
fiedlerNr9 pushed a commit that referenced this pull request Jul 25, 2024
* init

Signed-off-by: Future-Outlier <[email protected]>

* Update pingsu's advice

Signed-off-by: Future-Outlier <[email protected]>
Co-authored-by: pingsutw  <[email protected]>

---------

Signed-off-by: Future-Outlier <[email protected]>
Co-authored-by: pingsutw <[email protected]>
Signed-off-by: Jan Fiedler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants