Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
"essreduce",
"graphviz",
"numpy<2.0.0",
"numpy",
"plopp",
"pythreejs",
"sciline>=24.06.0",
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
essreduce
graphviz
numpy<2.0.0
numpy
plopp
pythreejs
sciline>=24.06.0
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:4c50d46537635c6b5484ebc2993aec09597baf9c
# SHA1:379b8589d7611e6075ce0ff7558db3c0ea3f4f7c
#
# 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 All @@ -95,7 +95,7 @@ pillow==10.3.0
# via matplotlib
platformdirs==4.2.2
# via pooch
plopp==24.5.0
plopp==24.6.0
# via
# -r base.in
# scippneutron
Expand Down Expand Up @@ -131,7 +131,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 @@ -162,7 +162,7 @@ traittypes==0.2.1
# via ipydatawidgets
typing-extensions==4.12.2
# via ipython
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/basetest.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies that are only used by tests.
# Do not make an environment from this file, use test.txt instead!

numpy<2.0.0
numpy
pandas
pytest
4 changes: 2 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:1199eb6a71c82d0580b7a1a4178e0c3586ed7e67
# SHA1:ddff3f126978358816fc9518b85c5efc1ff00444
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -9,7 +9,7 @@ exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
numpy==1.26.4
numpy==2.0.0
# via
# -r basetest.in
# pandas
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
essreduce
graphviz
numpy<2.0.0
numpy
pythreejs
https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
scippnexus @ git+https://github.com/scipp/scippnexus@main
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:0dfa2ef646a3cba3ffca95624ad8e0aa8e443190
# SHA1:612c1f95a91244f0fff95ee08552bee68d1b697b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -141,7 +141,7 @@ traittypes==0.2.1
# via ipydatawidgets
typing-extensions==4.12.2
# via ipython
urllib3==2.2.1
urllib3==2.2.2
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down