From 7664e66fb3690ec8a1986453d9be277b709cf56a Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 18 May 2020 16:19:47 +0200 Subject: [PATCH] [conda_build_config.yaml] Bump pytorch/torchvision bob/beat-devel --- bob/devtools/data/conda_build_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 742172dd..8d57c419 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -51,12 +51,12 @@ zip_keys: # This version of bob-devel will be used at test time of packages: bob_devel: - - 2020.03.30 + - 2020.05.18 # This version of beat-devel will be used at test time of packages. Notice it # uses bob-devel and should have a version that is greater or equal its value beat_devel: - - 2020.03.30 + - 2020.05.18 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -147,7 +147,7 @@ pillow: pyedflib: - 0.1.14 pytorch: - - 1.0.1 + - 1.3.1 pyyaml: - 5.3.1 requests: @@ -173,7 +173,7 @@ tabulate: tensorflow: - 1.15.0 torchvision: - - 0.2.1 + - 0.4.2 tqdm: - 4.43.0 xarray: -- GitLab