Skip to content

Commit

Permalink
Set version 2.3.7 (#1102)
Browse files Browse the repository at this point in the history
Co-authored-by: awsbuild <[email protected]>
  • Loading branch information
sambles and awsbuild authored Aug 14, 2024
1 parent f98cf70 commit bb918e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.5
2.3.7
10 changes: 2 additions & 8 deletions requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
# via celery
lark==1.1.9
# via ods-tools
llvmlite==0.41.1
# via numba
markdown==3.5.2
Expand All @@ -200,8 +198,6 @@ msgpack==0.6.2
# via channels-redis
mysqlclient==2.1.1
# via -r requirements-server.in
networkx==3.1
# via ods-tools
numba==0.58.0
# via ods-tools
numpy==1.25.2
Expand All @@ -214,7 +210,7 @@ oasis-data-manager==0.1.3
# via
# -r requirements-server.in
# ods-tools
ods-tools==3.2.4
ods-tools==3.2.6
# via -r requirements-server.in
packaging==23.2
# via
Expand Down Expand Up @@ -268,9 +264,7 @@ pytz==2024.1
# drf-yasg
# pandas
pyyaml==6.0.1
# via
# drf-yasg
# ods-tools
# via drf-yasg
redis==5.0.2
# via -r requirements-server.in
referencing==0.33.0
Expand Down
10 changes: 2 additions & 8 deletions requirements-worker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
# via celery
lark==1.1.9
# via ods-tools
llvmlite==0.41.1
# via numba
msal==1.27.0
Expand All @@ -176,8 +174,6 @@ multidict==6.0.5
# yarl
natsort==8.4.0
# via -r requirements-worker.in
networkx==3.1
# via ods-tools
numba==0.58.0
# via
# oasislmf
Expand All @@ -200,9 +196,9 @@ oasis-data-manager==0.1.3
# -r requirements-worker.in
# oasislmf
# ods-tools
oasislmf[extra]==2.3.5
oasislmf[extra]==2.3.7
# via -r requirements-worker.in
ods-tools==3.2.4
ods-tools==3.2.6
# via oasislmf
packaging==23.2
# via
Expand Down Expand Up @@ -251,8 +247,6 @@ pytz==2024.1
# via
# oasislmf
# pandas
pyyaml==6.0.1
# via ods-tools
redis==5.0.2
# via -r requirements-worker.in
referencing==0.33.0
Expand Down
12 changes: 3 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ jsonschema-specifications==2023.12.1
# via jsonschema
kombu==5.3.5
# via celery
lark==1.1.9
# via ods-tools
llvmlite==0.41.1
# via numba
markdown==3.5.2
Expand Down Expand Up @@ -359,8 +357,6 @@ mysqlclient==2.1.1
# via -r ./requirements-server.in
natsort==8.4.0
# via -r ./requirements-worker.in
networkx==3.1
# via ods-tools
numba==0.58.0
# via
# oasislmf
Expand All @@ -384,9 +380,9 @@ oasis-data-manager==0.1.3
# -r ./requirements-worker.in
# oasislmf
# ods-tools
oasislmf[extra]==2.3.5
oasislmf[extra]==2.3.7
# via -r ./requirements-worker.in
ods-tools==3.2.4
ods-tools==3.2.6
# via
# -r ./requirements-server.in
# oasislmf
Expand Down Expand Up @@ -509,9 +505,7 @@ pytz==2024.1
# oasislmf
# pandas
pyyaml==6.0.1
# via
# drf-yasg
# ods-tools
# via drf-yasg
redis==5.0.2
# via
# -r ./requirements-server.in
Expand Down

0 comments on commit bb918e7

Please sign in to comment.