Commit bd29cbcc authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Bump to tf 2.3

parent 9ce7a2a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ $path = Join-Path $Pwd "requirements-test.txt"
pip install -r $path

# Fixed packages
$tensorflow=2.2.0
$tensorflow_probability=0.10.1
$tensorflow=2.3.0
$tensorflow_probability=0.11.0
$torch=1.6.0
$torchvision=0.7.0
$pyg_torch=1.6.0
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ conda env update --file $PWD/requirements.yml
pip install -r $PWD/requirements-test.txt

# Fixed packages
tensorflow=2.2.0
tensorflow_probability==0.10.1
tensorflow=2.3.0
tensorflow_probability==0.11.0
torch=1.6.0
torchvision=0.7.0
pyg_torch=1.6.0