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

Update environment to Python 3.10 #58

Merged
merged 4 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
654 changes: 328 additions & 326 deletions .binder/conda-linux-64.lock

Large diffs are not rendered by default.

637 changes: 321 additions & 316 deletions .binder/conda-osx-64.lock

Large diffs are not rendered by default.

590 changes: 299 additions & 291 deletions .binder/conda-win-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .binder/environment-python_and_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IOOS
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.10
- bagit
- bokeh
- cartopy
Expand Down
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: IOOS
channels:
- conda-forge
dependencies:
- python=3.9
- python=3.10
- bagit
- bokeh
- cartopy
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ addopts =
--ignore="jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2017-03-30-octave_notebook_example.ipynb"
--ignore="jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2018-03-15-ssh-skillscore.ipynb"
--ignore="jupyterbook/content/code_gallery/data_analysis_and_visualization_notebooks/2018-03-30-wave_height_assessment.ipynb"
--ignore="jupyterbook/content/code_gallery/data_access_notebooks/2016-12-19-exploring_csw"
--ignore="jupyterbook/content/code_gallery/data_access_notebooks/2016-12-19-exploring_csw.ipynb"
# Pass locally but fail upstream for unknown reasons
--ignore="jupyterbook/content/code_gallery/data_access_notebooks/2017-08-01-xtractoR.ipynb"
--ignore="jupyterbook/content/code_gallery/data_access_notebooks/2017-11-30-rerddap.ipynb"