From e6f90332765460b90074e414bf309294f63d918c Mon Sep 17 00:00:00 2001 From: Thijs Lukkezen Date: Mon, 1 Aug 2022 16:34:26 +0200 Subject: [PATCH 1/2] pin requirements in requirements.txt --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1dd1b8a1..b73f07be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -matplotlib >= 3.4.2 -pandas >= 1.1.5 -polars[pyarrow] >= 0.13.55 -xmlschema == 1.11.3 -Sphinx >= 3.3.1 -sphinx-autodoc-typehints >= 1.11.1 -ipython >= 7.30.1 -asteroid-sphinx-theme >= 0.0.3 -sphinx_rtd_theme >= 1.0.0 -pytest>=6.2.5 -lxml>=4.7.1 +matplotlib==3.4.2 +pandas==1.1.5 +polars[pyarrow]==0.13.55 +xmlschema==1.11.3 +Sphinx==3.3.1 +sphinx-autodoc-typehints==1.11.1 +ipython==7.30.1 +asteroid-sphinx-theme==0.0.3 +sphinx_rtd_theme==1.0.0 +pytest==6.2.5 +lxml==4.9.1 black==22.6.0 From bb0817d91e0a8168309d199d356dd8bd42587ed3 Mon Sep 17 00:00:00 2001 From: Thijs Lukkezen Date: Mon, 1 Aug 2022 16:42:36 +0200 Subject: [PATCH 2/2] 222 - Update pinned requirements to versions used in last passing CI pipeline --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index b73f07be..67831274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -matplotlib==3.4.2 -pandas==1.1.5 -polars[pyarrow]==0.13.55 +matplotlib==3.5.2 +pandas==1.3.5 +polars[pyarrow]==0.13.59 xmlschema==1.11.3 -Sphinx==3.3.1 -sphinx-autodoc-typehints==1.11.1 -ipython==7.30.1 +Sphinx==5.1.1 +sphinx-autodoc-typehints==1.19.1 +ipython==7.34.0 asteroid-sphinx-theme==0.0.3 sphinx_rtd_theme==1.0.0 -pytest==6.2.5 +pytest==7.1.2 lxml==4.9.1 black==22.6.0