Skip to content

Commit

Permalink
Add missing SciPy
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Jun 20, 2024
1 parent 5cff4d0 commit 065c73f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"numpy<2.0",
"sciline>=24.06.0",
"scipp>=23.8.0",
"scipy",
]

dynamic = ["version"]
Expand Down
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ graphviz
numpy<2.0
sciline>=24.06.0
scipp>=23.8.0
scipy
5 changes: 4 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:a2dbe72a013b7bd018e9754eea3fe61a710a8d98
# SHA1:04e0512a74b1b519ad2df861b94ebe5af4e1d9dc
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -27,6 +27,7 @@ numpy==1.26.4
# via
# -r base.in
# scipp
# scipy
packaging==24.1
# via dask
partd==1.4.2
Expand All @@ -37,6 +38,8 @@ sciline==24.6.0
# via -r base.in
scipp==24.5.1
# via -r base.in
scipy==1.13.1
# via -r base.in
toolz==0.12.1
# via
# dask
Expand Down
4 changes: 0 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ scippnexus==24.6.0
# essreduce
# esssans
# scippneutron
scipy==1.13.1
# via
# scippneutron
# scippnexus
six==1.16.0
# via
# asttokens
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
numpy<2.0
scipy
https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
sciline @ git+https://github.com/scipp/sciline@main
scippnexus @ git+https://github.com/scipp/scippnexus@main
6 changes: 4 additions & 2 deletions requirements/nightly.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:4b34b702163219a465b8520722913b61f1b11575
# SHA1:64aa6515409cee59ca0a6ab58de0da12d5b74e52
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -47,7 +47,9 @@ scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-c
scippnexus @ git+https://github.com/scipp/scippnexus@main
# via -r nightly.in
scipy==1.13.1
# via scippnexus
# via
# -r nightly.in
# scippnexus
six==1.16.0
# via python-dateutil
toolz==0.12.1
Expand Down

0 comments on commit 065c73f

Please sign in to comment.