Skip to content

Commit

Permalink
Update ESSreduce
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Jul 10, 2024
1 parent f442e40 commit 39088ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ requires-python = ">=3.10"
dependencies = [
"dask",
"graphviz",
"essreduce>=24.07.0",
"essreduce>=24.07.1",
"numpy",
"pandas",
"plopp",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
dask
graphviz
essreduce>=24.07.0
essreduce>=24.07.1
numpy
pandas
plopp
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:67d185b4327e4f180dc2912134f461b45b37722e
# SHA1:de9b98c06b7f66e8a4b7ad3c33a255c987e96668
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -27,7 +27,7 @@ dask==2024.7.0
# via -r base.in
decorator==5.1.1
# via ipython
essreduce==24.7.0
essreduce==24.7.1
# via -r base.in
exceptiongroup==1.2.1
# via ipython
Expand Down
2 changes: 1 addition & 1 deletion requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
dask
graphviz
essreduce>=24.07.0
essreduce>=24.07.1
numpy
pandas
pythreejs
Expand Down
4 changes: 2 additions & 2 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:953b366e711d32fe48033f02a7b63bcf99e77e9b
# SHA1:942b2a0d63bab480e4dfe7e345ab2839de386dd8
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -28,7 +28,7 @@ dask==2024.7.0
# via -r nightly.in
decorator==5.1.1
# via ipython
essreduce==24.7.0
essreduce==24.7.1
# via -r nightly.in
executing==2.0.1
# via stack-data
Expand Down

0 comments on commit 39088ab

Please sign in to comment.