-
Notifications
You must be signed in to change notification settings - Fork 651
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
TEST-#7166: Fix HDF tests in CI #7167
Conversation
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
@@ -31,6 +31,7 @@ dependencies: | |||
- sqlalchemy>=2.0.0 | |||
- pandas-gbq>=0.19.0 | |||
- pytables>=3.8.0 | |||
- c-blosc2<=2.14.1 |
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.
Should we also update requirements-dev.txt?
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.
I think this is not necessary, we just need the tests in CI to work as quickly as possible, I believe that either pytables
or c-blosc2
will release their new patches to make everything work (fast enough). Also, I'm not sure if this error is present when installing using pip.
)" This reverts commit 975b32c. Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
What do these changes do?
Blosc/c-blosc2#601
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date