From 1d75c0757d2d745aaa602857e020521312a21ad8 Mon Sep 17 00:00:00 2001 From: solegalli Date: Thu, 5 Dec 2024 08:51:28 +0000 Subject: [PATCH 1/5] update requirement files --- docs/requirements.txt | 4 ++-- requirements-test.txt | 10 ++++++++-- requirements.txt | 21 +++++++++++++-------- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index ea3b328e..52536888 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx -sphinx_rtd_theme +sphinx_rtd_theme==3.0.2 -ipython +ipython==8.12.3 scipy numpy > 1.9.0 scikit-learn >= 0.20 diff --git a/requirements-test.txt b/requirements-test.txt index 23fbbee5..887b6484 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,9 @@ -pytest +pytest==8.3.4 pytest-cov -hypothesis[numpy] !=3.5.1, !=3.5.0 +hypothesis==6.122.1 + +# repo maintenance tooling +black>=21.5b1 +coverage>=6.4.4 +flake8>=3.9.2 +isort>=5.8.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a66f621d..a7c17521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,13 @@ -numpy >= 1.9.0 -scipy -singledispatch >= 3.4.0.3 -scikit-learn >= 0.20 -attrs > 16.0.0 -jinja2 >= 3.0.0 -pip >= 8.1 -setuptools >= 20.7 +attr==0.3.2 +graphviz==0.20.3 +Jinja2==3.1.4 +matplotlib==3.9.3 +mock==5.1.0 +numpy==2.1.3 +pandas==2.2.3 +Pillow==11.0.0 +scipy==1.14.1 +setuptools==65.5.0 +singledispatch==4.1.0 +six==1.17.0 +tabulate==0.9.0 From 451333dbe8d5955163be3782239c17b90522010b Mon Sep 17 00:00:00 2001 From: solegalli Date: Thu, 5 Dec 2024 11:46:16 +0000 Subject: [PATCH 2/5] update test req to install package deps as well --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 887b6484..5d689d0e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ +-r requirements.txt pytest==8.3.4 -pytest-cov hypothesis==6.122.1 # repo maintenance tooling From 071136734ffa9a6204a47272b991553bb3704791 Mon Sep 17 00:00:00 2001 From: solegalli Date: Thu, 5 Dec 2024 12:04:00 +0000 Subject: [PATCH 3/5] add > to versions and xgboost to test file --- requirements-test.txt | 5 +++-- requirements.txt | 26 +++++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 5d689d0e..24249568 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,7 @@ -r requirements.txt -pytest==8.3.4 -hypothesis==6.122.1 +pytest>=8.3.4 +hypothesis>=6.122.1 +xgboost>=2.1.3 # repo maintenance tooling black>=21.5b1 diff --git a/requirements.txt b/requirements.txt index a7c17521..abf250fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -attr==0.3.2 -graphviz==0.20.3 -Jinja2==3.1.4 -matplotlib==3.9.3 -mock==5.1.0 -numpy==2.1.3 -pandas==2.2.3 -Pillow==11.0.0 -scipy==1.14.1 -setuptools==65.5.0 -singledispatch==4.1.0 -six==1.17.0 -tabulate==0.9.0 +attr>=0.3.2 +graphviz>=0.20.3 +Jinja2>=3.1.4 +matplotlib>=3.9.3 +mock>=5.1.0 +numpy>=2.1.3 +pandas>=2.2.3 +Pillow>=11.0.0 +scipy>=1.14.1 +setuptools>=65.5.0 +singledispatch>=4.1.0 +six>=1.17.0 +tabulate>=0.9.0 From 9b6462aa7a4ceed95df1dd4c9a39a65b5e39bd09 Mon Sep 17 00:00:00 2001 From: solegalli Date: Thu, 5 Dec 2024 14:12:57 +0000 Subject: [PATCH 4/5] add dependencies --- requirements-test.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements-test.txt b/requirements-test.txt index 24249568..4a7ae7a3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,6 +2,11 @@ pytest>=8.3.4 hypothesis>=6.122.1 xgboost>=2.1.3 +catboost>=1.2.7 +keras>=3.7.0 +tensorflow>=2.16.2 +lightgbm>=4.5.0 +lightning>=2.4.0 # repo maintenance tooling black>=21.5b1 From 302393740ab0f3040aedf56b0725867f37b90856 Mon Sep 17 00:00:00 2001 From: solegalli Date: Mon, 27 Jan 2025 15:26:42 -0300 Subject: [PATCH 5/5] add mac and catboost junk files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index effc47d2..c051dedf 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ docs/_build .mypy_cache mypy-cov .vscode +catboost_info/ +*.DS_Store \ No newline at end of file