From ff781e7be8755a76adc6cc13dde4602dc2ac678f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=B6fert?= <christian.hoefert@reutlingen-university.de> Date: Wed, 17 Nov 2021 15:28:38 +0000 Subject: [PATCH] Update environment.yml --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index a3aa91f..41147aa 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,6 @@ name: my-environment channels: + - defaults - conda-forge dependencies: - python>3.7 @@ -10,4 +11,4 @@ dependencies: - matplotlib - sympy - math - - random \ No newline at end of file + - random -- GitLab