-
Notifications
You must be signed in to change notification settings - Fork 56
bump libpysal requirement to 4.10 #486
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #486 +/- ##
=======================================
+ Coverage 77.8% 78.2% +0.4%
=======================================
Files 27 28 +1
Lines 2638 2716 +78
=======================================
+ Hits 2053 2125 +72
- Misses 585 591 +6
🚀 New features to boost your workflow:
|
|
Need to also add |
|
Yeah but it seems that this generally needs newer deps than SPEC0 so not sure if it's worth doing this bump. |
Is |
|
It is only a soft dep. But as you can see from the CI, it does not work with our oldest pins. Possibly numpy/sklearn are too old. So bumping libpysal to 4.10 solves only half of a problem. |
Let me know when you make a decision. |
|
To remove all the version flags from |
I think this is a good compromise. Go for it. |
* bump libpysal requirement to 4.10 * fix imports * fast_hdbscan * test if its sklearn * skip on old sklearn
Closes #485