From 5c427eceb1d3bbe808c9e7e97e782d56488d0659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= Date: Mon, 16 Oct 2023 17:32:49 +0200 Subject: [PATCH] feat: create separate env for toolz --- environment-dev.yml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index 0206f25..b1cd936 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -1,4 +1,4 @@ -name: scrnasim +name: scrnasim-toolz channels: - conda-forge - bioconda diff --git a/environment.yml b/environment.yml index 6af5fb7..9fde210 100644 --- a/environment.yml +++ b/environment.yml @@ -1,4 +1,4 @@ -name: scrnasim +name: scrnasim-toolz channels: - conda-forge - bioconda