Skip to content

Commit

Permalink
Upper bound for NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Jun 17, 2024
1 parent da6a0bc commit b06272f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"dask",
"graphviz",
"essreduce",
"numpy<=2.0.0",
"pandas",
"plopp",
"pythreejs",
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
dask
graphviz
essreduce
numpy<=2.0.0
pandas
plopp
pythreejs
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:de8a6c6a278aa0efb5851b8dc3c3f43202f07d65
# SHA1:d550386d48a9e0712acb7ebcfddaa00c18454f76
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -71,6 +71,7 @@ networkx==3.3
# via cyclebane
numpy==2.0.0
# via
# -r base.in
# contourpy
# h5py
# ipydatawidgets
Expand Down
1 change: 1 addition & 0 deletions requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
dask
graphviz
essreduce
numpy<=2.0.0
pandas
pythreejs
plopp @ git+https://github.com/scipp/plopp@main
Expand Down
3 changes: 2 additions & 1 deletion requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:2149dd62b32d5fcf2f13a0826ff389277fafae4c
# SHA1:b91a5b26b36104059f09f58415675937d6c9a494
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -74,6 +74,7 @@ networkx==3.3
# via cyclebane
numpy==2.0.0
# via
# -r nightly.in
# contourpy
# h5py
# ipydatawidgets
Expand Down

0 comments on commit b06272f

Please sign in to comment.