Skip to content

Commit

Permalink
make neural dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MUCDK committed Oct 25, 2023
1 parent 4e964e5 commit 517db5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ test = [
"pytest-mock>=3.5.0",
"pytest-cov>=4",
"coverage[toml]>=7",
"optax>=0.1.7",
"flax>=0.7.1",
]
docs = [
"sphinx>=5.1.1",
Expand Down Expand Up @@ -270,7 +272,7 @@ env_list = lint-code,py{3.8,3.9,3.10,3.11}
skip_missing_interpreters = true
[testenv]
extras = [test, neural]
extras = [test]
pass_env = PYTEST_*,CI
commands =
python -m pytest {tty:--color=yes} {posargs: \
Expand Down

0 comments on commit 517db5f

Please sign in to comment.