Skip to content

Commit

Permalink
Revert test requirements specification
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Feb 27, 2023
1 parent 586fa14 commit 84e218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ test = [
"chex",
"networkx>=2.5",
"scikit-learn>=1.0",
"scikit-sparse>=0.4.6; python_version < '3.11'",
"tslearn>=0.5; python_version < '3.11'",
]
docs = [
Expand Down Expand Up @@ -177,6 +176,7 @@ legacy_tox_ini = """
[testenv]
extras = test
pass_env = CUDA_*,PYTEST_*,CI
deps = py{3.8,3.9,3.10}: scikit-sparse>=0.4.6
commands_pre =
gpu: python -I -m pip install "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
jax-latest: python -I -m pip install 'git+https://github.com/google/jax@main'
Expand Down

0 comments on commit 84e218b

Please sign in to comment.