Skip to content

Commit

Permalink
Merge pull request #1128 from glotzerlab/fix/compatible-test-env
Browse files Browse the repository at this point in the history
Added compatible testing requirements
  • Loading branch information
tommy-waltmann authored Jul 5, 2023
2 parents 4ae6a36 + 602291e commit 1b50040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
pyver-env: [ {pyver: '3.7', env: 'test-oldest_env.yaml'},
{pyver: '3.8', env: 'test_env.yaml'},
{pyver: '3.8', env: 'test-compatible_env.yaml'},
{pyver: '3.9', env: 'test_env.yaml'},
{pyver: '3.10', env: 'test_env.yaml'},
{pyver: '3.11', env: 'test_env.yaml'} ]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test-compatible.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cython>=0.29.14
dynasor>=1.1b0; platform_system != "Windows"
garnett>=0.7.1
GitPython>=3.1.24
gsd>=2.4.2
gsd>=2.4.2, <3.0.0
matplotlib>=3.0.0
numpy>=1.14.0
pillow>=6.2.0 --only-binary=pillow
Expand Down

0 comments on commit 1b50040

Please sign in to comment.