From 68d80cebf5959fbff893324995e753c963632007 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Tue, 28 Jul 2020 20:48:11 +0200 Subject: [PATCH] Peg Theano 1.0.5. --- environment-dev.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index aacffa1776..0664964915 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -5,7 +5,7 @@ channels: dependencies: - python=3.6 - arviz>=0.9 - - theano>=1.0.4 + - theano>=1.0.5 - numpy>=1.13 - scipy>=0.18 - pandas >=0.18 diff --git a/requirements.txt b/requirements.txt index 15c2df01e4..c65a007ef1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ arviz>=0.9.0 -theano>=1.0.4 +theano>=1.0.5 numpy>=1.13.0 scipy>=0.18.1 pandas>=0.18.0