From 84e0effa71cdccb0972d44215fc859bfdcf18cf9 Mon Sep 17 00:00:00 2001 From: Emily KL <4672118+emilykl@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:56:29 -0500 Subject: [PATCH 1/2] remove [all] extra from ipython, and add comment explaining fiona pin --- test_requirements/requirements_optional.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_requirements/requirements_optional.txt b/test_requirements/requirements_optional.txt index 8ccdb19b253..b2c47909198 100644 --- a/test_requirements/requirements_optional.txt +++ b/test_requirements/requirements_optional.txt @@ -1,18 +1,18 @@ requests pandas numpy -fiona<=1.9.6;python_version<="3.8" xarray statsmodels Pillow pytest pytz -ipython[all] +ipython ipykernel jupyter scipy Shapely geopandas +fiona<=1.9.6;python_version<="3.8" # fiona>1.9.6 is not compatible with geopandas<1; geopandas>=1 is not compatible with python 3.8 pyshp matplotlib scikit-image @@ -23,4 +23,4 @@ polars[timezone] pyarrow anywidget plotly-geo -vaex;python_version<="3.9" \ No newline at end of file +vaex;python_version<="3.9" From df5524205fb5374da87849ab935adc7079a01877 Mon Sep 17 00:00:00 2001 From: Emily Kellison-Linn <4672118+emilykl@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:13:54 -0500 Subject: [PATCH 2/2] remove ipykernel; it's installed by jupyter anyway and we don't import it directly --- test_requirements/requirements_optional.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_requirements/requirements_optional.txt b/test_requirements/requirements_optional.txt index b2c47909198..a48fe001d56 100644 --- a/test_requirements/requirements_optional.txt +++ b/test_requirements/requirements_optional.txt @@ -7,8 +7,8 @@ Pillow pytest pytz ipython -ipykernel jupyter +anywidget scipy Shapely geopandas @@ -21,6 +21,5 @@ kaleido orjson polars[timezone] pyarrow -anywidget plotly-geo vaex;python_version<="3.9"