Skip to content

Commit

Permalink
Fix/restrict tableone (#754)
Browse files Browse the repository at this point in the history
* restrict tableone<=0.8.0

* maintenance: loosen tableone restriction

* figure out if 0.9.0 breaks readthedocs

* >=0.9.1

* loosen restriction tableone

* just glimpse effect of np<2.0.0 in ci

* revert to loosen tableone

* try to use uv again

* restrict tableone to check incompat w/ uv

* check quotations pip install

* install rust toolchain

* get rustc and cargo in rtd build

* back to vanilla

* no uv, free t1

* remove quotation marks

---------

Co-authored-by: Eljas <[email protected]>
  • Loading branch information
eroell and Eljas authored Jul 17, 2024
1 parent 31ce886 commit 0d3fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
"dowhy",
"fhiry",
"pyampute",
"tableone<=0.8.0",
"tableone",
"imbalanced-learn",
"fknni",
"python-dateutil",
Expand Down

0 comments on commit 0d3fd66

Please sign in to comment.