Skip to content

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
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

gsun1729
Copy link

No description provided.

…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
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant