From d485dbe13c89a29d63cffc79b5ca2933311bdc7b Mon Sep 17 00:00:00 2001 From: Mohammad Iskandarany <43501040+M7mdisk@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:13:37 +0300 Subject: [PATCH] Added requests to environment.yml This should be the default because I and other people ran into the problem of it not being installed initially, this would fix it. --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 07a7a45d..abed3696 100644 --- a/environment.yml +++ b/environment.yml @@ -7,3 +7,4 @@ dependencies: - numpy=1.13.3 - python=3.6.4 - scipy=1.0.0 + - requests