Modernize runtime compatibility and digitization review workflows#24
Open
chmzs wants to merge 31 commits intoChilipp:masterfrom
Open
Modernize runtime compatibility and digitization review workflows#24chmzs wants to merge 31 commits intoChilipp:masterfrom
chmzs wants to merge 31 commits intoChilipp:masterfrom
Conversation
开报错文件(...\straditize\widgets\selection_toolbar.py),将第827行的 self.toolbar._active 替换为 self.toolbar.mode.name。这是新版本matplotlib中获取当前工具模式的标准方式
语言编码报错,需要修改straditize文件夹中的【setup.py】文件,内容如图2:https://mubu.com/app/edit/home/5yDvFto8NjO#o-PKnFSZqJcL
Hotfix for compatibility with the latest version of pandas and pillow Chilipp/straditize@master...fix/black-image
Hotfix for compatibility with the latest version of pandas and pillow Chilipp/straditize@master...fix/black-image
修改pip安装链接到我的fork
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test Plan
pixi run python -m pytest -q->209 passed, 5 skippedpixi run --manifest-path straditize_test_pandas3/pixi.toml python -m pytest -q tests --disable-warnings->209 passed, 5 skippedNotes
chmzs:pandas-3x-prep