-
Notifications
You must be signed in to change notification settings - Fork 3
Updated scripts and requirements for python3.12 upgrade #59
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
Open
gsun1729
wants to merge
38
commits into
AiviaCommunity:master
Choose a base branch
from
gsun1729:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
…o packages that are compatible with 3.12 List of packages used (and old packages (commented out)) are listed below, with description of why some packages were removed or changed (if relevant): setuptools==70.0.0 numpy==1.26.4 imagecodecs==2024.9.22 # imagecodecs==2021.8.26 magicgui==0.9.1 # magicgui==0.5.1 matplotlib==3.9.0 # matplotlib==3.4.0 openpyxl==3.1.5 # openpyxl==3.0.9 pandas==2.2.3 # pandas==1.3.5 pillow==10.3.0 # Pillow==9.3.0 PySide6==6.7.3 # https://wiki.qt.io/Qt_for_Python # https://stackoverflow.com/questions/75707701/why-i-can-not-install-pyside2 # pyside2==5.15.2.1 # Unable to function in py3.12 with distutils removal/deprecation # pystackreg==0.2.7 # pystackreg==0.2.7 QtPy==2.4.1 # qtpy==2.1.0 scikit-image==0.23.2 # scikit-image==0.18.3 seaborn==0.13.2 # seaborn==0.12.0 tifffile==2024.5.22 # tifffile==2021.11.2 wxPython==4.2.2 # wxpython==4.1.1 xlrd==2.0.1 # xlrd==2.0.1
…/Adjustsigmoid/drawarrayofshapes Tests work with unittesting library and work fine; added some additional test cases. Tests read parameters from json configs
… closing, opening funcs
…with their configuration files and ground truth directories to reduce overcrowding in one dir for future test cases being added restructured project such that individual tests are located in their respective folder for tests of a given category.
…nt unable to be tested due to deprecation of pystackreg at time of commit
…and z series images separately
…saving output images
…tput instead of just filebasename
…shots for aivia15
…tardistForAivia works in testing on 2D images
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.
No description provided.