Skip to content

Commit

Permalink
deps: remove upper numpy bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jokasimr committed Jun 18, 2024
1 parent 7d6a037 commit 77e8c94
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"dask",
"graphviz",
"essreduce",
"numpy<2.0.0",
"numpy",
"pandas",
"plopp",
"pythreejs",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
dask
graphviz
essreduce
numpy<2.0.0
numpy
pandas
plopp
pythreejs
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:397546fc6b5f1262c66d9da45a959b3f1266e092
# SHA1:96e8797119e55a60dc2d4cd8092e5e1f9384ecb5
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -69,7 +69,7 @@ matplotlib-inline==0.1.7
# via ipython
networkx==3.3
# via cyclebane
numpy==1.26.4
numpy==2.0.0
# via
# -r base.in
# contourpy
Expand Down Expand Up @@ -137,7 +137,7 @@ scipp==24.5.1
# scippnexus
scippneutron==24.5.0
# via -r base.in
scippnexus==24.3.1
scippnexus==24.6.0
# via
# -r base.in
# essreduce
Expand Down Expand Up @@ -170,7 +170,7 @@ typing-extensions==4.12.2
# via ipython
tzdata==2024.1
# via pandas
urllib3==2.2.1
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tomli==2.0.1
# tox
tox==4.15.1
# via -r ci.in
urllib3==2.2.1
urllib3==2.2.2
# via requests
virtualenv==20.26.2
# via tox
2 changes: 1 addition & 1 deletion requirements/nightly.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dask
graphviz
essreduce
numpy<2.0.0
numpy
pandas
pythreejs
plopp @ git+https://github.com/scipp/plopp@main
Expand Down
6 changes: 3 additions & 3 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:286d69ac1e9d2848379306c50fec12bace6ced22
# SHA1:5bcc8aaff2015158a2013bfbad166d4226952cc9
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -72,7 +72,7 @@ mpltoolbox==24.5.1
# via scippneutron
networkx==3.3
# via cyclebane
numpy==1.26.4
numpy==2.0.0
# via
# -r nightly.in
# contourpy
Expand Down Expand Up @@ -169,7 +169,7 @@ typing-extensions==4.12.2
# via ipython
tzdata==2024.1
# via pandas
urllib3==2.2.1
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down

0 comments on commit 77e8c94

Please sign in to comment.