From f514313b8a4a7abd435019cb40bf0fe48e03f06a Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:40:31 +0800 Subject: [PATCH] remove_package (#447) --- constraints/3.10.txt | 7 ------- constraints/3.11.txt | 7 ------- requirements.txt | 7 ------- 3 files changed, 21 deletions(-) diff --git a/constraints/3.10.txt b/constraints/3.10.txt index 7844017f..0fb18777 100644 --- a/constraints/3.10.txt +++ b/constraints/3.10.txt @@ -129,13 +129,11 @@ numpy==1.26.2 oauthlib==3.2.2 openai==1.6.1 overrides==7.7.0 -packaging==23.2 pandarallel==1.6.5 pandas==2.1.4 pandocfilters==1.5.1 parso==0.8.4 pathspec==0.12.1 -patsy==0.5.6 pexpect==4.9.0 pkginfo==1.9.6 platformdirs==4.1.0 @@ -159,11 +157,9 @@ pyparsing==3.1.2 pypdf==3.17.4 pyproject_hooks==1.0.0 pytest==7.4.4 -python-dateutil==2.8.2 python-dotenv==1.0.0 python-json-logger==2.0.7 python-Levenshtein==0.25.1 -pytz==2023.3.post1 PyYAML==6.0.1 pyzmq==26.0.3 qtconsole==5.5.2 @@ -190,7 +186,6 @@ Send2Trash==1.8.3 setuptools-scm==8.0.4 sgmllib3k==1.0.0 shellingham==1.5.4 -six==1.16.0 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 @@ -207,7 +202,6 @@ sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 SQLAlchemy==2.0.24 stack-data==0.6.3 -statsmodels==0.14.2 tables==3.9.2 tabulate==0.9.0 tenacity==8.2.3 @@ -231,7 +225,6 @@ types-python-dateutil==2.9.0.20240316 types-PyYAML==6.0.12.20240724 types-tqdm==4.66.0.20240417 typing-inspect==0.9.0 -tzdata==2023.4 uri-template==1.3.0 urllib3==2.1.0 wcwidth==0.2.13 diff --git a/constraints/3.11.txt b/constraints/3.11.txt index 4a93e70b..cd1c2992 100644 --- a/constraints/3.11.txt +++ b/constraints/3.11.txt @@ -127,13 +127,11 @@ numpy==1.26.2 oauthlib==3.2.2 openai==1.6.1 overrides==7.7.0 -packaging==23.2 pandarallel==1.6.5 pandas==2.1.4 pandocfilters==1.5.1 parso==0.8.4 pathspec==0.12.1 -patsy==0.5.6 pexpect==4.9.0 pkginfo==1.9.6 platformdirs==4.1.0 @@ -157,11 +155,9 @@ pyparsing==3.1.2 pypdf==3.17.4 pyproject_hooks==1.0.0 pytest==7.4.4 -python-dateutil==2.8.2 python-dotenv==1.0.0 python-json-logger==2.0.7 python-Levenshtein==0.25.1 -pytz==2023.3.post1 PyYAML==6.0.1 pyzmq==26.0.3 qtconsole==5.5.2 @@ -188,7 +184,6 @@ Send2Trash==1.8.3 setuptools-scm==8.0.4 sgmllib3k==1.0.0 shellingham==1.5.4 -six==1.16.0 sniffio==1.3.0 snowballstemmer==2.2.0 soupsieve==2.5 @@ -205,7 +200,6 @@ sphinxcontrib-qthelp==1.0.6 sphinxcontrib-serializinghtml==1.1.9 SQLAlchemy==2.0.24 stack-data==0.6.3 -statsmodels==0.14.2 tables==3.9.2 tabulate==0.9.0 tenacity==8.2.3 @@ -228,7 +222,6 @@ types-python-dateutil==2.9.0.20240316 types-PyYAML==6.0.12.20240724 types-tqdm==4.66.0.20240417 typing-inspect==0.9.0 -tzdata==2023.4 uri-template==1.3.0 urllib3==2.1.0 wcwidth==0.2.13 diff --git a/requirements.txt b/requirements.txt index af0ed18b..eebfc6c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,10 +32,6 @@ pypdf azure-core azure-ai-formrecognizer -# TODO: dependencies for implementing factors. -# I think it is for running insteading of implementing. The dependency should be in -statsmodels - # factor implementations tables @@ -64,6 +60,3 @@ nbformat # tool seaborn setuptools-scm - -# This is a temporary package installed to pass the test_import test -lightgbm