Skip to content

Commit

Permalink
fix: update requirement_mappings for tf unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Jul 22, 2024
1 parent 6ddd644 commit 5d48fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/requirement_mappings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tensorflow": ["tensorflow-cpu==2.15.1", "tensorflow-probability"],
"jax": ["ml-dtypes","jax[cpu]","dm-haiku", "flax", "jaxlib"],
"tensorflow": ["tensorflow", "tensorflow-probability"],
"jax": ["ml-dtypes", "jax[cpu]", "dm-haiku", "flax", "jaxlib"],
"numpy": ["numpy"],
"paddle": ["paddlepaddle"],
"mxnet": ["mxnet"],
Expand Down

0 comments on commit 5d48fb3

Please sign in to comment.