From 39cef2dbe01c299082a5bb8dbf053fee23b0ca23 Mon Sep 17 00:00:00 2001 From: sobeit2020 <75637352+sobeit2020@users.noreply.github.com> Date: Mon, 25 Jan 2021 20:45:35 +0000 Subject: [PATCH] Update environment.yml --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 38ca2d089..938b5b6b8 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,7 @@ name: freqtrade channels: - # - defaults - conda-forge +# - defaults dependencies: # 1/4 req main - python>=3.7 @@ -40,7 +40,7 @@ dependencies: - pytest - pytest-asyncio - pytest-cov - - pytest-mock= + - pytest-mock - isort - nbconvert