Skip to content

Commit 83a5763

Browse files
authored
Pin tabmat<4.0.0 (#688)
1 parent 86f4ec6 commit 83a5763

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Changelog
2424
**Other changes:**
2525

2626
- When computing the covariance matrix, check for ill-conditionedness for all types of input. Furthermore, do it in a more efficient way.
27+
- Pin `tabmat<4.0.0` (the new release will bring breaking changes).
2728

2829
2.5.2 - 2023-06-02
2930
------------------

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requirements:
3535
- pandas
3636
- scikit-learn >=0.23
3737
- scipy
38-
- tabmat >=3.1.0
38+
- tabmat >=3.1.0, <4.0.0
3939

4040
test:
4141
requires:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- libblas>=0=*mkl # comment this line out for macOS arm64
99
- numexpr
1010
- pandas>=0.21
11-
- tabmat>=3.1.0
11+
- tabmat>=3.1.0, <4.0.0
1212
- scikit-learn>=0.23
1313
- scipy
1414
- tqdm

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"pandas",
8686
"scikit-learn>=0.23",
8787
"scipy",
88-
"tabmat>=3.1.0",
88+
"tabmat>=3.1.0,<4.0.0",
8989
],
9090
entry_points=None
9191
if os.environ.get("CONDA_BUILD")

0 commit comments

Comments
 (0)