Skip to content

Commit

Permalink
[MNT] also restrict tslearn on the pandas 2 testing dependency set (
Browse files Browse the repository at this point in the history
#4825)

Ensures that the addition in #4795
also has the bound from #4819
  • Loading branch information
fkiraly committed Jul 4, 2023
1 parent 3e0a998 commit 8090725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -114,7 +114,7 @@ all_extras_pandas2 = [
"tbats>=1.1.0",
"tensorflow; python_version < '3.11'",
"tsfresh>=0.17.0",
"tslearn>=0.5.2; python_version < '3.11'",
"tslearn>=0.5.2,<0.6.0; python_version < '3.11'",
"xarray",
"seasonal",
]
Expand Down

0 comments on commit 8090725

Please sign in to comment.