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
## Description
Addresses #1154 and updates test matrix to cover python 3.11 and adds windows
os.
- Upgrade poetry from 1.2.1 to 1.4.1
- updated several dependency versions conditionally on python 3.11: scikit-learn, scipy, numpy, pyarrow, typing-extensions
- whylabs-client version range tighten to prevent future breaking changes in major version bump accidentally being considered compatible with older versions of whylogs.
- refactor datasets module to pass type checking
- skip pyspark tests until there is a pyspark version released that supports python 3.11
- [x] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md)
and the [Code of Conduct](CODE_OF_CONDUCT.md).
Description
Missing depedency on python 3.11
Suggestions
Fix install time dependencies to use typing-extensions on python 3.11
Related
The text was updated successfully, but these errors were encountered: