Skip to content

Commit

Permalink
Merge pull request #564 from ut-issl/renovate/basemap-1.x
Browse files Browse the repository at this point in the history
Update dependency basemap to v1.4.0
  • Loading branch information
200km committed Jan 29, 2024
2 parents b9c4313 + efc30fe commit cee0d74
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 152 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ jobs:
run: |
pip install pipenv
pipenv install
pipenv run pip list
pipenv run python plot_gs_visibility.py --no-gui
ls ./*_gs_visibility.png
Expand Down
4 changes: 2 additions & 2 deletions scripts/Plot/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ verify_ssl = true
name = "pypi"

[packages]
basemap = "==1.3.8"
basemap = "==1.4.0"
matplotlib = "==3.7.2"
numpy = "==1.24.3"
pandas = "==2.0.3"
numpy-stl = "==3.0.1"
numpy-quaternion = "*"
python-utils = "*"
python-utils = "==3.5.2"

[dev-packages]

Expand Down
Loading

0 comments on commit cee0d74

Please sign in to comment.