Commit 1d73279 1 parent 3415fdb commit 1d73279 Copy full SHA for 1d73279
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249
249
250
250
- name : Install ML libraries for interfaces
251
251
run : |
252
- pip install --upgrade torch~ =$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
252
+ pip install --upgrade torch= =$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
253
253
pip install --upgrade "jax[cpu]" # This also installs jaxlib
254
254
pip install --upgrade tensorflow~=$TF_VERSION keras~=$TF_VERSION
255
255
@@ -303,7 +303,7 @@ jobs:
303
303
304
304
- name : Install ML libraries for interfaces
305
305
run : |
306
- pip install --upgrade torch~ =$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
306
+ pip install --upgrade torch= =$TORCH_VERSION -f https://download.pytorch.org/whl/cpu/torch_stable.html
307
307
pip install --upgrade "jax[cpu]" # This also installs jaxlib
308
308
pip install --upgrade tensorflow~=$TF_VERSION keras~=$TF_VERSION
309
309
You can’t perform that action at this time.
0 commit comments