-
Notifications
You must be signed in to change notification settings - Fork 10
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
Request access for shapely #63
Comments
Thanks for the Issue @jorisvandenbossche! Also thanks for being extra diligent and noticing some of the other ongoing discussion. Once we get thngs figured out in Issue #30 (see related discussion in Issue #29) we'll be able to give you information on how to proceed here. If you're interested, I would suggest subscribing to those Issues. |
@jorisvandenbossche Good news, we have the approval (#30 (comment)) to add To get started on this please do the following: Steps to gain upload access to https://anaconda.org/scientific-python-nightly-wheels/
If you'd also like to use the If you have any questions please just ask here! |
My Anaconda account: https://anaconda.org/jorisvandenbossche/ |
The wheels are built on github actions, and so for the currently last commit on main, you can find it here: https://github.com/shapely/shapely/actions/runs/7931478835 (scroll down to the artifacts, and then download the wheels for any of the architectures should work I guess) |
Would it make sense to add geopandas as well? |
@jorisvandenbossche I've made https://anaconda.org/scientific-python-nightly-wheels/shapely/ and you should now have admin control over the shapely group. If you've created the API token then you should now be able to have your CI/CD workflow upload. 👍 |
@jarrodmillman Geopandas is pure Python. Do we want to include packages like that as well? It won't take almost any space, that's for sure. |
If it's pure Python, then CI can install directly from GitHub. I think it makes most sense to have binary artifacts in this repo. |
Thanks a lot @matthewfeickert ! |
While not a core project, Shapely is widely used in geospatial subcommunity. Shapely is a compiled package, and apart from an external dependency on GEOS, it also has a build dependency on numpy, so especially with the upcoming numpy 2.0 it would be nice to host shapely nightly wheels built with numpy 2.0.
(I see there is some discussions in other issues about criteria when to include a package, tried to reflect that in the above paragraph)
cc @martinfleis
The text was updated successfully, but these errors were encountered: