From e3d957125734c08cd7ed3839607c5e5022856d78 Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Fri, 12 Jun 2020 16:11:03 -0700
Subject: [PATCH] Ticked ALE to 0.8.1

---
 environment.yml  | 2 +-
 recipe/meta.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/environment.yml b/environment.yml
index 1bd51b2f4a..9701aacae0 100644
--- a/environment.yml
+++ b/environment.yml
@@ -4,7 +4,7 @@ channels:
   - defaults
 
 dependencies:
-  - ale >=0.8.0
+  - ale >=0.8.1
   - boost=1.68.0
   - armadillo
   - blas
diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index f35759f302..9ce9bfffe6 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -44,7 +44,7 @@ build:
 # Shotgun strat on requirements until we can narrow them down
 requirements:
   build:
-  - ale >=0.7.1
+  - ale >=0.8.1
   - boost=1.68.0
   - armadillo==8.200.0
   - blas
@@ -100,7 +100,7 @@ requirements:
   - zlib
 
   run:
-  - ale >=0.7.1
+  - ale >=0.8.1
   - boost=1.68.0
   - armadillo==8.200.0
   - blas
-- 
GitLab