-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CI: pin markupsafe to avoid import error #46054
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
Conversation
@@ -29,6 +29,7 @@ dependencies: | |||
- gcsfs=0.6.0 | |||
- jinja2=2.11 | |||
- lxml=4.5.0 | |||
- markupsafe=2.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a note that this is a Jinja dependency not necessarily a pandas one and why it was pinned?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, we can not really add comments inline, because the version sync script can not deal with them. Added it in the optional dependencies header line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Co-authored-by: Patrick Hoefler <[email protected]>
* CI: pin markupsafe to avoid import error * Add comment
Lets see if this fixes the ci