Skip to content

Commit

Permalink
fix test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ACea15 committed Sep 10, 2024
1 parent db96a20 commit d0bed23
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
python-version: [3.11, 3.12]

steps:
- name: Checkout code
Expand Down
24 changes: 12 additions & 12 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
numpy,
scipy,
pandas,
ruamel.yaml,
jax,
jaxlib,
diffrax,
jaxopt,
tabulate,
multipledispatch,
pyNastran,
pytest,
numpy
scipy
pandas
ruamel.yaml
jax
jaxlib
diffrax
jaxopt
tabulate
multipledispatch
pyNastran
pytest
pytest-cov

0 comments on commit d0bed23

Please sign in to comment.