Skip to content

Commit 00d5852

Browse files
committed
switch order in requirement
1 parent 09a1533 commit 00d5852

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# os: [ubuntu-latest, macos-latest, windows-latest]
1313
os: [ubuntu-latest, windows-latest]
14-
python_version: [3.7, 3.8, 3.9, 3.10]
14+
python_version: [3.7, 3.8, 3.9, '3.10']
1515
name: Run py eddy tracker build tests
1616
runs-on: ${{ matrix.os }}
1717
defaults:

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
matplotlib
2-
netCDF4<1.6
3-
numba>=0.55.1
4-
numpy
52
opencv-python
63
pint
74
polygon3
85
pyyaml
96
requests
107
scipy
118
zarr
9+
numpy
10+
netCDF4<1.6
11+
numba>=0.55.1

0 commit comments

Comments
 (0)