-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install packages required for CI checks.
- Loading branch information
Showing
5 changed files
with
75 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
h5py | ||
matplotlib | ||
numpy | ||
rtoml | ||
scipy | ||
signac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,45 @@ | ||
h5py==3.10.0 | ||
gsd==3.2.1 | ||
numpy==1.26.4 | ||
PyYAML==6.0.1 | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements-test.in | ||
contourpy==1.2.1 | ||
# via matplotlib | ||
cycler==0.12.1 | ||
# via matplotlib | ||
filelock==3.15.4 | ||
# via signac | ||
fonttools==4.53.1 | ||
# via matplotlib | ||
h5py==3.11.0 | ||
# via -r requirements-test.in | ||
kiwisolver==1.4.5 | ||
# via matplotlib | ||
matplotlib==3.9.2 | ||
# via -r requirements-test.in | ||
numpy==2.1.0 | ||
# via | ||
# -r requirements-test.in | ||
# contourpy | ||
# h5py | ||
# matplotlib | ||
# scipy | ||
packaging==24.1 | ||
# via | ||
# matplotlib | ||
# signac | ||
pillow==10.4.0 | ||
# via matplotlib | ||
pyparsing==3.1.2 | ||
# via matplotlib | ||
python-dateutil==2.9.0.post0 | ||
# via matplotlib | ||
rtoml==0.11.0 | ||
# via -r requirements-test.in | ||
scipy==1.14.1 | ||
# via -r requirements-test.in | ||
signac==2.2.0 | ||
signac-flow==0.28.0 | ||
# via -r requirements-test.in | ||
six==1.16.0 | ||
# via python-dateutil | ||
synced-collections==1.0.0 | ||
# via signac | ||
tqdm==4.66.5 | ||
# via signac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: test | ||
name: Unit test | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.