From 186b177d54ffa03aa964e1fd771ef6f04fd1596c Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Tue, 19 Sep 2023 16:00:20 +0200 Subject: [PATCH 1/2] request ctaplot 0.6.4 to fix the seaborn style issue fixes #1161 closes #1166 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9e7a505d3..e5d3ca4928 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def find_scripts(script_dir, prefix): 'bokeh~=2.0', 'ctapipe~=0.19.2', 'ctapipe_io_lst~=0.22.0', - 'ctaplot~=0.6.2', + 'ctaplot~=0.6.4', 'eventio>=1.9.1,<2.0.0a0', # at least 1.1.1, but not 2 'gammapy~=1.1', 'h5py', From 0360b480a1e962d52db5f61b951a63c69028af0c Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Tue, 19 Sep 2023 16:01:23 +0200 Subject: [PATCH 2/2] update env --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 80d5b442f6..b1ad558f88 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - astropy=5 - pip - ctapipe=0.19.2 - - ctaplot~=0.6.2 + - ctaplot~=0.6.4 - gammapy=1.1 - h5py - ipython