Skip to content

Commit

Permalink
Reduce setup dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatReis committed Jan 5, 2024
1 parent a6f495f commit d864735
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"keras>=3.0.0",
# Backends
"tf-nightly-cpu==2.16.0.dev20231103",
"torch>=2.1.0",
"torchvision>=0.16.0",
"jax[cpu]",
# "torch>=2.1.0",
# "torchvision>=0.16.0",
# "jax[cpu]",
# "torchrec",
"numpy>=1.23.0",
"scikit-learn>=1.1.3",
Expand Down

0 comments on commit d864735

Please sign in to comment.