From 9f078d09d21feaa99a26dde8696d52146b3b0744 Mon Sep 17 00:00:00 2001 From: lfffkh <1906921213@qq.com> Date: Mon, 2 Dec 2024 23:52:58 +0800 Subject: [PATCH 1/2] change --- environment.yml | 1 + requirements-dev.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 9bf6cf2a92347..7ec1195353e2d 100644 --- a/environment.yml +++ b/environment.yml @@ -35,6 +35,7 @@ dependencies: - hypothesis>=6.84.0 - gcsfs>=2022.11.0 - ipython + - pickleshare # Needed for ipython>=8.17 GH#60429 - jinja2>=3.1.2 - lxml>=4.9.2 - matplotlib>=3.6.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 69568cf661241..054950eb9abf9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -24,6 +24,7 @@ html5lib>=1.1 hypothesis>=6.84.0 gcsfs>=2022.11.0 ipython +pickleshare jinja2>=3.1.2 lxml>=4.9.2 matplotlib>=3.6.3 From bab325ffa7d5eb38139f26377b1352ef655d1e87 Mon Sep 17 00:00:00 2001 From: lfffkh <1906921213@qq.com> Date: Tue, 3 Dec 2024 19:11:56 +0800 Subject: [PATCH 2/2] new --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7ec1195353e2d..97c36f46d5c76 100644 --- a/environment.yml +++ b/environment.yml @@ -35,7 +35,7 @@ dependencies: - hypothesis>=6.84.0 - gcsfs>=2022.11.0 - ipython - - pickleshare # Needed for ipython>=8.17 GH#60429 + - pickleshare # Needed for IPython Sphinx directive in the docs GH#60429 - jinja2>=3.1.2 - lxml>=4.9.2 - matplotlib>=3.6.3