From 297b01c63fb27bf26dc1cc2dbdc5a827f4e14fba Mon Sep 17 00:00:00 2001
From: Dipam Chakraborty <dipam@aicrowd.com>
Date: Fri, 21 May 2021 12:26:55 +0000
Subject: [PATCH] Update environment.yml, requirements.txt files

---
 environment.yml  | 11 +++++++++++
 requirements.txt |  1 -
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 environment.yml

diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000..7ea5565
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,11 @@
+name: nle
+
+dependencies:
+  - python=3.8
+  - cmake=3.14
+  - numpy
+  - pip:
+    - aicrowd_api
+    - aicrowd-gym
+    - nle
+    - gym
diff --git a/requirements.txt b/requirements.txt
index ce1df4f..85cc9f9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
 aicrowd_api
 aicrowd_gym
-nle
 numpy
 gym
-- 
GitLab