Skip to content

Commit

Permalink
Fixing CI failures with temporary bounds (#217)
Browse files Browse the repository at this point in the history
* table setup

* parameter table

* names

* published notebook

* ci fun
  • Loading branch information
MatthewMiddlehurst authored Apr 23, 2024
1 parent eafb6de commit 6b0816a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ all_extras = [
"tsml[all_extras]",
"xgboost",
"torch>=1.13.1",
"dask<2024.3.0", # temporary for CI

# temporary for CI
"dask[dataframe]<2024.3.0; python_version < '3.11'",
"pyarrow<12; python_version < '3.12'",
"pyarrow-hotfix; python_version < '3.12'",
]
unstable_extras = [
"aeon[unstable_extras]",
Expand Down

0 comments on commit 6b0816a

Please sign in to comment.