Skip to content

Commit

Permalink
fix: also pinned the version in the requirement_mappings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan authored Mar 14, 2024
1 parent fe3c47e commit 8d8f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/requirement_mappings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tensorflow": ["tensorflow-cpu", "tensorflow-probability"],
"tensorflow": ["tensorflow-cpu==2.15.1", "tensorflow-probability"],
"jax": ["ml-dtypes","jax[cpu]","dm-haiku", "flax", "jaxlib"],
"numpy": ["numpy"],
"paddle": ["paddlepaddle"],
Expand Down

0 comments on commit 8d8f86a

Please sign in to comment.