-
Notifications
You must be signed in to change notification settings - Fork 595
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
ci: fix CI, use macOS-11 and remove pydantic #2339
Conversation
@maartenbreddels any hunches regarding the failing random_projections tests?
if I can support, let me know :) |
I was actually surprised it never triggered. |
5da1155 should fix it |
@@ -15,6 +15,7 @@ dependencies: | |||
- gcsfs | |||
- geopandas | |||
- graphviz | |||
- joblib<1.3 # 1.3 is broken for py36 |
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.
- joblib<1.3 # 1.3 is broken for py36 | |
- joblib<1.3; python_version <= '3.6' |
dunno if its valid syntax in the conda world, but without the marker, people will most likely start running into dephell in their more modern envs
fixing CI rot