From e6a28713050b49b57dcac8d2ef2ecde0902587b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0imerda?= Date: Tue, 11 Apr 2023 22:48:45 +0200 Subject: [PATCH] Add necessary dependencies `jsonschema-with-format-nongpl` and `webcolors` to environment.yml. --- environment.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 05d79de..33e46c2 100644 --- a/environment.yml +++ b/environment.yml @@ -5,6 +5,8 @@ channels: - anaconda dependencies: - python>=3.6 + - jsonschema-with-format-nongpl + - webcolors - jupyter - ipykernel - biopython @@ -20,4 +22,5 @@ dependencies: - imageio - scikit-learn - scikit-image - - google-colab \ No newline at end of file + - google-colab +