From fa3cad18e0e4d55e727b09ff210a79befa612b19 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Fri, 15 Jan 2021 21:47:19 +0800 Subject: [PATCH] update requirements.txt and environment.yml --- environment.yml | 4 ++++ requirements.txt | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 3bafd191..96780d9c 100644 --- a/environment.yml +++ b/environment.yml @@ -17,7 +17,11 @@ dependencies: - Pillow - progressbar - scipy + - sympy - tqdm - moderngl - pydub + - pyyaml + - validators + - ipython diff --git a/requirements.txt b/requirements.txt index 3136ec28..1507d768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ pydub pyyaml screeninfo pyreadline; sys_platform == 'win32' -validators \ No newline at end of file +validators +ipython \ No newline at end of file