From 9a2783b64a60790bb02cc46c5d69f92c17a68843 Mon Sep 17 00:00:00 2001 From: PaoloBonettiPolimi <94172434+PaoloBonettiPolimi@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:43:10 +0200 Subject: [PATCH] Update environment-docs.yml added explicit dependence on pip --- environment-docs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/environment-docs.yml b/environment-docs.yml index fc9422a..c500811 100644 --- a/environment-docs.yml +++ b/environment-docs.yml @@ -5,6 +5,7 @@ channels: - defaults dependencies: - pip +- python>=3.9,<3.11 - pywps>=4.4 - sphinx - nbsphinx @@ -13,3 +14,6 @@ dependencies: - pandas - tigramite - tefs +- pip: + - tigramite + - tefs