From 4ef3f97cebd58cbb33151291597eccbc7b9b7831 Mon Sep 17 00:00:00 2001 From: isabelizimm Date: Mon, 30 Sep 2024 15:16:25 -0400 Subject: [PATCH] polars for 3.8-3.12 --- .../python_files/positron/pinned-test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/positron-python/python_files/positron/pinned-test-requirements.txt b/extensions/positron-python/python_files/positron/pinned-test-requirements.txt index d5057fe1e00..23317fef5d4 100644 --- a/extensions/positron-python/python_files/positron/pinned-test-requirements.txt +++ b/extensions/positron-python/python_files/positron/pinned-test-requirements.txt @@ -11,7 +11,7 @@ matplotlib==3.9.2; python_version >= '3.9' numpy==2.1.1; python_version >= '3.10' pandas==2.2.2; python_version >= '3.9' plotly==5.24.1 -polars==1.7.1; python_version >= '3.9' +polars==1.7.1 pyarrow==17.0.0 pytest==8.0.2 pytest-asyncio==0.23.8 @@ -24,4 +24,3 @@ matplotlib==3.7.4; python_version < '3.9' numpy==1.24.4; python_version < '3.9' numpy==2.0.2; python_version == '3.9' pandas==2.0.3; python_version < '3.9' -