From 2fcbc9b53403fc9c669b4f14d69aeb54af9ea01d Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher Date: Mon, 29 Jan 2024 14:42:19 +0100 Subject: [PATCH] bump tabmat pre-release version --- conda.recipe/meta.yaml | 2 +- environment.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 938db6d9..35218f7c 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -36,7 +36,7 @@ requirements: - scikit-learn >=0.23 - scipy - formulaic >=0.6 - - tabmat >=4.0.0a + - tabmat >=4.0.0a3 test: requires: diff --git a/environment.yml b/environment.yml index f621d424..d0d7d172 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - libblas>=0=*mkl # comment this line out for macOS arm64 - numexpr - pandas>=0.21 - - tabmat>=4.0.0a + - tabmat>=4.0.0a3 - scikit-learn>=0.23 - scipy - tqdm diff --git a/setup.py b/setup.py index cf21ad77..515c68c2 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ "scikit-learn>=0.23", "scipy", "formulaic>=0.6", - "tabmat>=4.0.0a", + "tabmat>=4.0.0a3", ], entry_points=None if os.environ.get("CONDA_BUILD")