From db4e745f299cf29fe53e0941502c12b7c58b4898 Mon Sep 17 00:00:00 2001 From: Michael McNeil Forbes Date: Sun, 6 Feb 2022 12:39:42 -0800 Subject: [PATCH 1/2] BUG: Resolves issue #364 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b585cec1..2f9128d0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "anaconda-client", "conda-pack", "requests", - "ruamel_yaml", + "ruamel.yaml", "tornado>=4.2", "jinja2", "tqdm", From 2e763ab87a9d702a718e6ad6cbc2977c29c65bff Mon Sep 17 00:00:00 2001 From: Michael McNeil Forbes Date: Sun, 6 Feb 2022 14:05:35 -0800 Subject: [PATCH 2/2] Also change ruamel.yaml in conda recipe --- conda.recipe/meta.yaml | 2 +- environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 091058d5..29aaa633 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -26,7 +26,7 @@ requirements: - conda-pack - python - requests - - ruamel_yaml + - ruamel.yaml - tornado >=4.2 - jinja2 - tqdm diff --git a/environment.yml b/environment.yml index efda6569..aaae679d 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ channels: dependencies: - redis - notebook - - ruamel_yaml + - ruamel.yaml - anaconda-client - conda-pack - requests