Skip to content

Commit

Permalink
bump tabmat pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 29, 2024
1 parent 0b666ee commit 2fcbc9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
- scikit-learn >=0.23
- scipy
- formulaic >=0.6
- tabmat >=4.0.0a
- tabmat >=4.0.0a3

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2fcbc9b

Please sign in to comment.