diff --git a/requirements.txt b/requirements.txt
index 960175072b8f7bd83ee283d2f35beed5abff5f3b..8fd59c991ea356630b137558e582333f3c5a07f9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,5 @@
 aicrowd-api
 aicrowd-gym
 numpy
-nle --no-binary=nle
+scipy
+git+https://github.com/facebookresearch/nle.git@eric/competition
diff --git a/rollout.py b/rollout.py
index 37b633944d78d9a207c8ca3572e698683254bd1c..7a5b3c5ef123b195a55bbccd728c0a697f657a50 100644
--- a/rollout.py
+++ b/rollout.py
@@ -12,7 +12,7 @@ def main():
 
     # This allows us to limit the features of the environment 
     # that we don't want participants to use during the submission
-    env = aicrowd_gym.make("NetHackScore-v0") 
+    env = aicrowd_gym.make("NetHackChallenge-v0") 
 
     env.reset()
     done = False