Skip to content
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

Upgrade to 3.10 #97

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

Upgrade to 3.10 #97

wants to merge 52 commits into from

Conversation

eculler
Copy link
Collaborator

@eculler eculler commented May 31, 2023

Description

Please include a summary of the change and which issue is fixed. Be sure to reference the ISSUE that this PR addresses which should have been approved by an earthpy maintainer.

Fixes #96 and #94

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I have already submitted an issue and i was invited to submit a pr by an earthdatascience.org maintainer
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

@eculler
Copy link
Collaborator Author

eculler commented May 31, 2023

The merge conflicts come from an updated Action. The action in questions was based on a similar action used by Cyverse for their geospatial containers (i.e. it activates the conda environment robustly and installs some jupyterlab extensions.

@eculler
Copy link
Collaborator Author

eculler commented May 31, 2023

Note the following potential problems, which I have not been able to reproduce:

  • I've gotten reports of the rasterstats package failing with a message about an incompatible version of numpy.
  • I've eliminated the pins on nbconvert and jupyter_contrib, even though the coroutine error that inspires those has not been fixed in the jupyter notebook extension (nor do there seem to be plans to do so). Please use jupyter lab instead, which runs nbgrader commands without incident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Python to 3.10
3 participants