Skip to content

Commit

Permalink
Add tests deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock committed Mar 11, 2024
1 parent 8975ea6 commit 1667f93
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 4 additions & 0 deletions requirements/basetest.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Dependencies that are only used by tests.
# Do not make an environment from this file, use test.txt instead!

numpy
pandas
pytest
scipp
xarray
28 changes: 26 additions & 2 deletions requirements/basetest.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:0eaa389e1fdb3a1917c0f987514bd561be5718ee
# SHA1:83a3f64587b84b6a7cdc4a74d3e13fb59db2a6aa
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -9,11 +9,35 @@ exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
numpy==1.26.4
# via
# -r basetest.in
# pandas
# scipp
# xarray
packaging==24.0
# via pytest
# via
# pytest
# xarray
pandas==2.2.1
# via
# -r basetest.in
# xarray
pluggy==1.4.0
# via pytest
pytest==8.1.1
# via -r basetest.in
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
# via pandas
scipp==24.2.0
# via -r basetest.in
six==1.16.0
# via python-dateutil
tomli==2.0.1
# via pytest
tzdata==2024.1
# via pandas
xarray==2024.2.0
# via -r basetest.in

0 comments on commit 1667f93

Please sign in to comment.