-
Notifications
You must be signed in to change notification settings - Fork 710
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
Add easyconfig geopandas-1.0.1-foss-2023b.eb #22079
base: develop
Are you sure you want to change the base?
Conversation
Updated software
|
Needs PR #22070 |
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.
@julianmorillo i think this can be moved to the gfbf toolchain as it's not using MPI?
i'm also wondering why you're not using the latest version |
my bad, this is due to the Fiona dep, which depends on GDAL |
I just took geopandas-0.14.2-foss-2023a.eb and modified it for 2023b. I have just made a new commit that uses 1.0.1 |
use_pip = True | ||
|
||
exts_list = [ | ||
('mapclassify', '2.6.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.
Latest version of mapclassify
is 2.8.1
, are there issues with that?
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.
Not at all, I upgraded mapclassify
version to 2.8.1
in a new commit
No description provided.