Skip to content

Commit

Permalink
Merge pull request #23 from nansencenter/update_pyyaml
Browse files Browse the repository at this point in the history
Update pyyaml version to 6.0.1
  • Loading branch information
aperrin66 authored Apr 3, 2024
2 parents f9fc48c + 248cae8 commit ea059a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
env:
latest: ${{ matrix.python_version == '3.11' && 'true' || '' }}
strategy:
fail-fast: false
matrix:
python_version:
- '3.7'
Expand Down
2 changes: 1 addition & 1 deletion environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- pillow=10.1.0
- pip=23.3
- pyshp=2.3.1
- PyYAML=5.4.1
- PyYAML=6.0.1
- scipy=1.11.3
- setuptools=68.0.0
- urllib3=2.0.3
Expand Down
2 changes: 1 addition & 1 deletion environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- pillow=10.1.0
- pip=23.3
- pyshp=2.3.1
- PyYAML=5.4.1
- PyYAML=6.0.1
- scipy=1.11.3
- setuptools=68.0.0
- urllib3=2.0.3
Expand Down
2 changes: 1 addition & 1 deletion environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- numpy-base=1.24.3
- pillow=10.0.1
- pip=23.3
- PyYAML=5.4.1
- PyYAML=6.0.1
- scipy=1.10.1
- setuptools=68.0.0
- shapely=1.8.4
Expand Down
2 changes: 1 addition & 1 deletion environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- numpy-base=1.26.0
- pillow=10.0.1
- pip=23.3
- PyYAML=5.4.1
- PyYAML=6.0.1
- scipy=1.11.3
- setuptools=68.0.0
- shapely=1.8.4
Expand Down

0 comments on commit ea059a0

Please sign in to comment.