From 32dd28fda4a4e6d61a0deed4b182f73d7b842496 Mon Sep 17 00:00:00 2001 From: Michael Osthege Date: Sun, 18 Jul 2021 15:31:11 +0200 Subject: [PATCH] Temporarily pin aesara to 2.1.0 to fix CI --- conda-envs/environment-dev-py37.yml | 2 +- conda-envs/environment-dev-py38.yml | 2 +- conda-envs/environment-dev-py39.yml | 2 +- conda-envs/windows-environment-dev-py38.yml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda-envs/environment-dev-py37.yml b/conda-envs/environment-dev-py37.yml index 394ef30fde..b0e4ac7aa8 100644 --- a/conda-envs/environment-dev-py37.yml +++ b/conda-envs/environment-dev-py37.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: -- aesara>=2.1.0 +- aesara==2.1.0 - arviz>=0.11.2 - cachetools>=4.2.1 - cloudpickle diff --git a/conda-envs/environment-dev-py38.yml b/conda-envs/environment-dev-py38.yml index 4e8bc64b85..6b908042d1 100644 --- a/conda-envs/environment-dev-py38.yml +++ b/conda-envs/environment-dev-py38.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: -- aesara>=2.1.0 +- aesara==2.1.0 - arviz>=0.11.2 - cachetools>=4.2.1 - cloudpickle diff --git a/conda-envs/environment-dev-py39.yml b/conda-envs/environment-dev-py39.yml index 3e33f5c182..4b5455efe7 100644 --- a/conda-envs/environment-dev-py39.yml +++ b/conda-envs/environment-dev-py39.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: -- aesara>=2.1.0 +- aesara==2.1.0 - arviz>=0.11.2 - cachetools>=4.2.1 - cloudpickle diff --git a/conda-envs/windows-environment-dev-py38.yml b/conda-envs/windows-environment-dev-py38.yml index b8f054212d..e18be2848c 100644 --- a/conda-envs/windows-environment-dev-py38.yml +++ b/conda-envs/windows-environment-dev-py38.yml @@ -4,7 +4,7 @@ channels: - defaults dependencies: # base dependencies (see install guide for Windows) -- aesara>=2.1.0 +- aesara==2.1.0 - arviz>=0.11.2 - cachetools>=4.2.1 - cloudpickle diff --git a/requirements-dev.txt b/requirements-dev.txt index a3107a4c73..c395d7a734 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify. # See that file for comments about the need/usage of each dependency. -aesara>=2.1.0 +aesara====2.1.0 arviz>=0.11.2 cachetools>=4.2.1 cloudpickle diff --git a/requirements.txt b/requirements.txt index 8623a90ae7..70e94c8519 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aesara>=2.1.0 +aesara==2.1.0 arviz>=0.11.2 cachetools>=4.2.1 cloudpickle