-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix tests, README links #72
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
===========================================
- Coverage 100.00% 99.91% -0.09%
===========================================
Files 107 107
Lines 5886 5901 +15
Branches 694 695 +1
===========================================
+ Hits 5886 5896 +10
- Misses 0 5 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
8a2502f
to
d0dab45
Compare
Description
This PR:
pre-commit
run failure due to pydantic version (pydantic<2
for now).pandera
/pandas
compatibility issue in MultiIndex case (reported here MultiIndex unique columns case - pandas error instead of (expected) schema error when pandas version 2.1.0 unionai-oss/pandera#1328).Affected Dependencies
catboost < 1.2
requirement removed as it no longer causes problems in runners.typing-extensions >= 4.7.1
so that installation works with pip legacy resolver.joblib < 1.3.0; python_version=="3.7" and platform_system=="Windows"
to avoid error module '_winapi' has no attribute 'SYNCHRONIZE' on python 3.7 with windows and joblib 1.3.0 due to loky joblib/loky#411How has this been tested?
N/A
Checklist