Skip to content

Commit

Permalink
update packages versions for nansat compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Nov 15, 2023
1 parent b5109c2 commit fad9070
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion environment-3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ dependencies:
- mock=4.0.3
- netcdf4=1.6.5
- nose=1.3.7
- numpy=1.26.0
- numpy-base=1.26.0
- pillow=10.1.0
- pip=23.3
- pyshp=2.3.1
- PyYAML=5.4.1
- scipy=1.11.3
- setuptools=68.0.0
Expand Down
3 changes: 2 additions & 1 deletion environment-3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ dependencies:
- mock=4.0.3
- netcdf4=1.6.5
- nose=1.3.7
- numpy=1.26.0
- numpy-base=1.26.0
- pillow=10.1.0
- pip=23.3
- pyshp=2.3.1
- PyYAML=5.4.1
- scipy=1.11.3
- setuptools=68.0.0
Expand Down
2 changes: 1 addition & 1 deletion environment-3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- mock=4.0.3
- netcdf4=1.6.2
- nose=1.3.7
- numpy=1.21.5
- numpy-base=1.21.5
- pillow=9.4.0
- pip=22.3.1
- PyYAML=5.4.1
Expand Down
5 changes: 3 additions & 2 deletions environment-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ dependencies:
- coveralls=3.2.0
- gdal=3.6.2
- ipython=8.12.2
- matplotlib-base=3.7.2
- matplotlib-base=3.5.3
- mock=4.0.3
- netcdf4=1.6.2
- nose=1.3.7
- numpy=1.24.3
- numpy-base=1.24.3
- pillow=10.0.1
- pip=23.3
- PyYAML=5.4.1
- scipy=1.10.1
- setuptools=68.0.0
- shapely=1.8.4
- urllib3=1.26.18
- pip:
- pythesint==1.6.6
5 changes: 3 additions & 2 deletions environment-3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ dependencies:
- coveralls=1.7.0
- gdal=3.6.2
- ipython=8.15.0
- matplotlib-base=3.8.0
- matplotlib-base=3.5.3
- mock=4.0.3
- netcdf4=1.6.2
- nose=1.3.7
- numpy=1.26.0
- numpy-base=1.26.0
- pillow=10.0.1
- pip=23.3
- PyYAML=5.4.1
- scipy=1.11.3
- setuptools=68.0.0
- shapely=1.8.4
- urllib3=1.26.18
- pip:
- pythesint==1.6.6

0 comments on commit fad9070

Please sign in to comment.