Skip to content
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
5 changes: 4 additions & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -14,18 +14,20 @@ blinker==1.9.0
# via flask
click==8.1.8
# via flask
colorama==0.4.6
# via click
flask[async]==3.1.0
# via
# -r requirements.in
# flask-cors
flask-cors==5.0.1
# via -r requirements.in
geode-background==9.0.7
geode-background==9.1.1
# via
# geode-explicit
# geode-implicit
# geode-simplex
geode-common==33.6.0
geode-common==33.6.2
# via
# -r requirements.in
# geode-background
Expand All @@ -35,27 +37,27 @@ geode-common==33.6.0
# geode-numerics
# geode-simplex
# geode-viewables
geode-conversion==6.2.0
geode-conversion==6.2.3
# via
# geode-explicit
# geode-implicit
# geode-simplex
geode-explicit==6.1.31
geode-explicit==6.1.33
# via
# -r requirements.in
# geode-implicit
geode-implicit==3.6.3
geode-implicit==3.7.1
# via -r requirements.in
geode-numerics==5.4.2
geode-numerics==6.0.1
# via
# -r requirements.in
# geode-implicit
# geode-simplex
geode-simplex==9.2.0
geode-simplex==9.2.1
# via
# -r requirements.in
# geode-implicit
geode-viewables==3.0.10
geode-viewables==3.0.11
# via -r requirements.in
itsdangerous==2.2.0
# via flask
Expand All @@ -69,7 +71,7 @@ markupsafe==3.0.2
# via
# jinja2
# werkzeug
opengeode-core==15.16.2
opengeode-core==15.17.4
# via
# -r requirements.in
# geode-background
Expand All @@ -84,7 +86,7 @@ opengeode-core==15.16.2
# opengeode-geosciencesio
# opengeode-inspector
# opengeode-io
opengeode-geosciences==8.4.0
opengeode-geosciences==8.4.2
# via
# -r requirements.in
# geode-implicit
Expand All @@ -100,7 +102,7 @@ opengeode-inspector==6.3.10
# geode-explicit
# geode-implicit
# geode-simplex
opengeode-io==7.1.3
opengeode-io==7.1.4
# via
# -r requirements.in
# geode-implicit
Expand All @@ -110,14 +112,12 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.23.1
rpds-py==0.24.0
# via
# jsonschema
# referencing
typing-extensions==4.12.2
# via
# asgiref
# referencing
typing-extensions==4.13.1
# via referencing
werkzeug==3.1.3
# via
# -r requirements.in
Expand Down