Skip to content

Commit

Permalink
Simplify Requirements File
Browse files Browse the repository at this point in the history
Breaking sort not recognized as bug, so we work around with
a simpler file.
  • Loading branch information
ax3l committed Jan 13, 2025
1 parent fa8a365 commit 4bd35da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/gcc-openmpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ python3 -m pip install -U -r examples/requirements.txt
python3 -m pip install -U -r tests/python/requirements.txt

# extra tests
python3 -m pip install -U -r examples/requirements_extra.txt
python3 -m pip install -U -r examples/requirements_torch_cpu.txt
python3 -m pip install -U openPMD-validator
3 changes: 2 additions & 1 deletion .github/workflows/dependencies/gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ python3 -m pip install -U -r examples/requirements.txt
python3 -m pip install -U -r tests/python/requirements.txt

# extra tests
python3 -m pip install -U -r examples/requirements_extra.txt
python3 -m pip install -U -r examples/requirements_torch_cpu.txt
python3 -m pip install -U openPMD-validator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
# For PyTorch, see alternative packages, e.g., for GPU here:
# https://pytorch.org/get-started/locally/
--extra-index-url https://download.pytorch.org/whl/cpu
-r requirements.txt

openPMD-validator
torch

0 comments on commit 4bd35da

Please sign in to comment.