From b4b42237faa3b2f916180553533a29010f9a7162 Mon Sep 17 00:00:00 2001 From: rch <rostislav.chudoba@rwth-aachen.de> Date: Wed, 6 Apr 2022 10:27:50 +0200 Subject: [PATCH] Versions of ipywidgets not specified to avoid conflicts --- environment.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/environment.yml b/environment.yml index ba99595..de1aeb4 100644 --- a/environment.yml +++ b/environment.yml @@ -2,19 +2,19 @@ name: base channels: - conda-forge dependencies: -- traits==6.3.2 +- traits # ==6.3.2 - matplotlib==3.3.3 - numpy==1.22.2 - sympy==1.10.1 - scipy==1.8.0 - k3d==2.12.0 -- ipywidgets==7.6.5 -- ipympl==0.8.8 -- ipyregulartable==0.2.0 -- ipytree==0.2.1 -- pyface==7.3.0 -- traitsui==7.1.0 -- importlib_resources==5.4.0 +- ipywidgets # ==7.6.5 +- ipympl # ==0.8.8 +- ipyregulartable # ==0.2.0 +#- ipytree==0.2.1 +#- pyface==7.3.0 +#- traitsui==7.1.0 +- importlib_resources # ==5.4.0 - pip - pip: - bmcs-utils==0.0.31a0 -- GitLab