forked from ivy-llc/ivy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat requirement_mappings_multiversion.json and add tensorflow-pr…
…obability dependency to tensorflow [skip ci]
- Loading branch information
1 parent
81cc410
commit dfcbb15
Showing
1 changed file
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,34 @@ | ||
|
||
{ | ||
"tensorflow": [ | ||
{"tensorflow-probability":{"2.12.0":"0.20.0","2.11.0":"0.19.0"}} | ||
], | ||
"jax": ["dm-haiku", "flax",{"jaxlib": {"0.4.10": "0.4.10","0.4.8": "0.4.7"}}], | ||
"numpy": ["numpy"], | ||
"paddle": ["paddlepaddle"], | ||
"mxnet": ["mxnet"], | ||
"torch": ["torch-scatter"] | ||
"tensorflow": [ | ||
{ | ||
"tensorflow-probability": { | ||
"2.13.0": "0.21.0", | ||
"2.12.0": "0.20.0", | ||
"2.11.0": "0.19.0" | ||
} | ||
} | ||
], | ||
"jax": [ | ||
"dm-haiku", | ||
"flax", | ||
{ | ||
"jaxlib": { | ||
"0.4.14": "0.4.14", | ||
"0.4.10": "0.4.10", | ||
"0.4.8": "0.4.7" | ||
} | ||
} | ||
], | ||
"numpy": [ | ||
"numpy" | ||
], | ||
"paddle": [ | ||
"paddlepaddle" | ||
], | ||
"mxnet": [ | ||
"mxnet" | ||
], | ||
"torch": [ | ||
"torch-scatter" | ||
] | ||
} |