Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update python version for doc
  • Loading branch information
AntSimi committed Jul 7, 2022
commit 09a1533d3240422185576728aa9d9b039dccfe02
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python_version: [3.7, 3.8, 3.9]
python_version: [3.7, 3.8, 3.9, 3.10]
name: Run py eddy tracker build tests
runs-on: ${{ matrix.os }}
defaults:
Expand Down
2 changes: 1 addition & 1 deletion doc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.8
- python=3.10
- ffmpeg
- pip:
- sphinx-gallery
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matplotlib
netCDF4<1.6
numba>=0.55.1
numpy<1.23
numpy
opencv-python
pint
polygon3
Expand Down