Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(host): update opengeodeweb-viewer #10

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
# pip-compile --pre requirements.in
#
aiohttp==3.9.3
# via
Expand Down Expand Up @@ -42,7 +42,7 @@ multidict==6.0.5
# aiohttp
# opengeodeweb-viewer
# yarl
opengeodeweb-viewer==0.2.0
opengeodeweb-viewer==0.2.1rc2
# via -r requirements.in
python-dotenv==1.0.1
# via opengeodeweb-viewer
Expand Down
18 changes: 9 additions & 9 deletions requirements_gpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements_gpu.in
# pip-compile --pre requirements_gpu.in
#
aiohttp==3.9.3
# via
Expand All @@ -22,11 +22,11 @@ attrs==23.2.0
# jsonschema
# opengeodeweb-viewer
# referencing
contourpy==1.2.1
contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.53.1
fonttools==4.54.1
# via matplotlib
frozenlist==1.4.1
# via
Expand All @@ -43,26 +43,26 @@ jsonschema-specifications==2023.12.1
# via
# jsonschema
# opengeodeweb-viewer
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
matplotlib==3.9.1
matplotlib==3.9.2
# via vtk
multidict==6.0.5
# via
# aiohttp
# opengeodeweb-viewer
# yarl
numpy==2.0.0
numpy==2.1.2
# via
# contourpy
# matplotlib
opengeodeweb-viewer[gpu]==0.2.0
opengeodeweb-viewer[gpu]==0.2.1rc2
# via -r requirements_gpu.in
packaging==24.1
# via matplotlib
pillow==10.4.0
pillow==11.0.0
# via matplotlib
pyparsing==3.1.2
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
# via matplotlib
Expand Down