-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change pandas engine to be numpy>2 compat (#1690)
* change pandas engine to be numpy>2 compat Signed-off-by: Niels Bantilan <[email protected]> * remove numpy from mypy pre-commit type stubs Signed-off-by: Niels Bantilan <[email protected]> * install numpy<2.0.0 in readthedocs build Signed-off-by: Niels Bantilan <[email protected]> * remove check docs ci test Signed-off-by: Niels Bantilan <[email protected]> * update Signed-off-by: Niels Bantilan <[email protected]> * debug Signed-off-by: Niels Bantilan <[email protected]> * update requirements Signed-off-by: Niels Bantilan <[email protected]> * update requirements, only use numpy2 for latest pandas Signed-off-by: Niels Bantilan <[email protected]> * move pyspark config Signed-off-by: Niels Bantilan <[email protected]> * remove typing from root __init__ Signed-off-by: Niels Bantilan <[email protected]> * [wip] try patching numpy2 with NaN Signed-off-by: cosmicBboy <[email protected]> * [wip] remove pyspark import from typing.pandas Signed-off-by: cosmicBboy <[email protected]> * isolate dask, modin, pyspark, etc imports, update ci Signed-off-by: cosmicBboy <[email protected]> * update numpy patch Signed-off-by: cosmicBboy <[email protected]> * fix ci numpy pin Signed-off-by: cosmicBboy <[email protected]> * update ci Signed-off-by: cosmicBboy <[email protected]> * update Signed-off-by: cosmicBboy <[email protected]> * update Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * update ci test for mypy Signed-off-by: cosmicBboy <[email protected]> * add numpy patch to root pandera Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * debug Signed-off-by: cosmicBboy <[email protected]> * skip modin test for decimals, remove pandas2.0.3 Signed-off-by: cosmicBboy <[email protected]> --------- Signed-off-by: Niels Bantilan <[email protected]> Signed-off-by: cosmicBboy <[email protected]>
- Loading branch information
1 parent
efbaa91
commit 47c236e
Showing
44 changed files
with
3,754 additions
and
6,183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.