From b5a4a23d316cd6aa6eecf48a4af0ca4f89352b3d Mon Sep 17 00:00:00 2001
From: james94 <james94@mi.fu-berlin.de>
Date: Thu, 10 Jun 2021 12:18:53 +0200
Subject: [PATCH] genomescope2 minpack warning

---
 envs/genomescope.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/envs/genomescope.yaml b/envs/genomescope.yaml
index c8797e9..423b3dc 100644
--- a/envs/genomescope.yaml
+++ b/envs/genomescope.yaml
@@ -2,8 +2,8 @@ channels:
  - bioconda
  - conda-forge
 dependencies:
- - r-base=4.0.3
- - genomescope2=2.0
- - python=3.9.2
- - r-minpack.lm=1.2
- - r-argparse=2.0.3
+  - python >=3.2
+  - r-argparse >=2.0.3
+  - r-base >=4.0,<4.1.0a0
+  - r-minpack.lm
+  - genomescope2=2.0=r40_0
-- 
GitLab