You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pyproject.toml we have a restriction pandas = "^1", but if you install pandas==1.1.5, then some tests will fail. For example, test_dataset.test_to_flatten_with_exog.
Expected behavior
Supported pandas version pass the tests.
How To Reproduce
Install library dependencies from the poetry.lock
Install pandas of version 1.1.5.
Run test_dataset.test_to_flatten_with_exog.
Environment
No response
Additional context
No response
Checklist
Bug appears at the latest library version
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
In
pyproject.toml
we have a restrictionpandas = "^1"
, but if you installpandas==1.1.5
, then some tests will fail. For example,test_dataset.test_to_flatten_with_exog
.Expected behavior
Supported pandas version pass the tests.
How To Reproduce
poetry.lock
test_dataset.test_to_flatten_with_exog
.Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: