Skip to content

Commit

Permalink
Update TensorFlow, Reverb, and tensorflow_probability dependencies to…
Browse files Browse the repository at this point in the history
… use stable versions.

PiperOrigin-RevId: 338657521
Change-Id: Iec6adaf6bc306d6ea882b8f29c5d6832942c8cd3
  • Loading branch information
fastturtle authored and copybara-github committed Oct 23, 2020
1 parent d241a62 commit 0bcbd2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
spec.loader.exec_module(_metadata)

reverb_requirements = [
'dm-reverb-nightly==0.1.0.dev20200708',
'tf-nightly==2.4.0.dev20200708',
'dm-reverb',
'tensorflow>=2.3.0',
]

tf_requirements = [
'tf-nightly==2.4.0.dev20200708',
'tfp-nightly==0.12.0.dev20200717',
'tensorflow>=2.3.0',
'tensorflow_probability',
'dm-sonnet',
'trfl',
]
Expand Down

0 comments on commit 0bcbd2f

Please sign in to comment.