Skip to content

Commit

Permalink
Updated Package Requirements: oasislmf==1.28.5 ods-tools==3.1.4 (#942)
Browse files Browse the repository at this point in the history
Co-authored-by: awsbuild <[email protected]>
  • Loading branch information
sambles and awsbuild authored Jan 11, 2024
1 parent 40c12c1 commit 1aed1a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
7 changes: 6 additions & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ jsonschema==4.17.3
# ods-tools
kombu==5.3.0
# via celery
llvmlite==0.41.1
# via numba
markdown==3.4.3
# via -r requirements-server.in
markupsafe==2.1.2
Expand All @@ -189,11 +191,14 @@ msgpack==0.6.2
# via channels-redis
mysqlclient==2.1.1
# via -r requirements-server.in
numba==0.58.1
# via ods-tools
numpy==1.24.2
# via
# numba
# pandas
# pyarrow
ods-tools==3.1.0
ods-tools==3.1.4
# via -r requirements-server.in
packaging==23.0
# via
Expand Down
8 changes: 5 additions & 3 deletions requirements-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ munch==2.5.0
natsort==8.3.1
# via -r requirements-worker.in
numba==0.56.4
# via oasislmf
# via
# oasislmf
# ods-tools
numexpr==2.8.4
# via oasislmf
numpy==1.22.4
Expand All @@ -135,11 +137,11 @@ numpy==1.22.4
# scikit-learn
# scipy
# shapely
oasislmf[extra]==1.28.1
oasislmf[extra]==1.28.5
# via
# -r requirements-worker.in
# oasislmf
ods-tools==3.1.0
ods-tools==3.1.4
# via oasislmf
packaging==23.0
# via
Expand Down
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ mysqlclient==2.1.1
natsort==8.3.1
# via -r ./requirements-worker.in
numba==0.56.4
# via oasislmf
# via
# oasislmf
# ods-tools
numexpr==2.8.4
# via oasislmf
numpy==1.22.4
Expand All @@ -328,11 +330,11 @@ numpy==1.22.4
# scikit-learn
# scipy
# shapely
oasislmf[extra]==1.28.1
oasislmf[extra]==1.28.5
# via
# -r ./requirements-worker.in
# oasislmf
ods-tools==3.1.0
ods-tools==3.1.4
# via
# -r ./requirements-server.in
# oasislmf
Expand Down

0 comments on commit 1aed1a6

Please sign in to comment.