Skip to content

Commit

Permalink
Switched pytest to default dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srigas committed Jan 6, 2025
1 parent 7966514 commit 0041fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies = [
"scipy==1.14.1",
"jax[cpu]==0.4.35",
"optax==0.2.4",
"flax==0.10.2"
"flax==0.10.2",
"pytest==8.3.4",
]


Expand All @@ -47,7 +48,6 @@ gpu = [
"jax[cuda12]==0.4.35"
]
doc = [
"pytest==8.3.4",
"jupyterlab==4.3.0",
"matplotlib==3.9.2",
"scikit-learn==1.5.2",
Expand Down

0 comments on commit 0041fbf

Please sign in to comment.