Skip to content

Commit

Permalink
Pin tabmat<4.0.0 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinStancsicsQC committed Aug 24, 2023
1 parent 86f4ec6 commit 83a5763
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Changelog
**Other changes:**

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

2.5.2 - 2023-06-02
------------------
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requirements:
- pandas
- scikit-learn >=0.23
- scipy
- tabmat >=3.1.0
- tabmat >=3.1.0, <4.0.0

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- libblas>=0=*mkl # comment this line out for macOS arm64
- numexpr
- pandas>=0.21
- tabmat>=3.1.0
- tabmat>=3.1.0, <4.0.0
- scikit-learn>=0.23
- scipy
- tqdm
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"pandas",
"scikit-learn>=0.23",
"scipy",
"tabmat>=3.1.0",
"tabmat>=3.1.0,<4.0.0",
],
entry_points=None
if os.environ.get("CONDA_BUILD")
Expand Down

0 comments on commit 83a5763

Please sign in to comment.