-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: don't force clipboard routines to be imported in main pandas #16294
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
Conversation
setup.py
Outdated
@@ -524,7 +524,7 @@ def pxd(name): | |||
'sources': ['pandas/_libs/src/parser/tokenizer.c', | |||
'pandas/_libs/src/parser/io.c']}, | |||
'_libs.sparse': {'pyxfile': '_libs/sparse', | |||
'depends': (['pandas/core/sparse/sparse.pyx'] + | |||
'depends': (['pandas/_libs/sparse.pyx'] + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like your change from #16293 got in here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that was on purpose, this is on top (will rebase at some point).
Codecov Report
@@ Coverage Diff @@
## master #16294 +/- ##
==========================================
- Coverage 90.39% 90.37% -0.02%
==========================================
Files 161 161
Lines 50863 50863
==========================================
- Hits 45977 45969 -8
- Misses 4886 4894 +8
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #16294 +/- ##
==========================================
- Coverage 90.39% 90.37% -0.02%
==========================================
Files 161 161
Lines 50863 50863
==========================================
- Hits 45977 45969 -8
- Misses 4886 4894 +8
Continue to review full report at Codecov.
|
…started (pandas-dev#16294) closes pandas-dev#16288 (cherry picked from commit 1e59b4c)
closes #16288