From 22eeae68bc9a1c8c97d7022ec0e343974a4a90a7 Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Fri, 18 Oct 2019 19:08:56 +0200
Subject: [PATCH] Update README and flatland-rl dependency version

---
 README.md       | 2 +-
 environment.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 38719c5..3bccac4 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Participants will have to submit their code, with packaging specifications, and
 
 - **Anaconda** (By following instructions [here](https://www.anaconda.com/download)) At least version `4.5.11` is required to correctly populate `environment.yml`.
 - **flatland-rl** (By following instructions [here](http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/readme.html))
-  **IMPORTANT** : Please note that you will need `flatland-rl` version `>=2.1.3` to be able to submit.
+  **IMPORTANT** : Please note that you will need `flatland-rl` version `>=2.1.7` to be able to submit.
 
 
 ### Setup
diff --git a/environment.yml b/environment.yml
index bd52358..a0501b9 100644
--- a/environment.yml
+++ b/environment.yml
@@ -71,7 +71,7 @@ dependencies:
     - crowdai-api==0.1.21
     - cycler==0.10.0
     - filelock==3.0.12
-    - flatland-rl==2.1.6
+    - flatland-rl==2.1.7
     - future==0.17.1
     - gym==0.14.0
     - idna==2.8
-- 
GitLab