Skip to content
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

Making use of opencv-contrib-python-headless>=4.2.0.32 and check if we need latest version of pyside 6.5.1.1 #219

Closed
mxochicale opened this issue Jun 15, 2023 · 3 comments
Assignees
Labels
p0-critical Critical priority

Comments

@mxochicale
Copy link
Contributor

mxochicale commented Jun 15, 2023

opencv-contrib-python-headless

Making use of opencv-contrib-python-headless>=4.2.0.32 to avoid "AttributeError: module 'cv2.aruco' has no attribute 'Dictionary_get' #58" in other libraries (e.g. SciKit-Surgery/scikit-surgeryutils#58).

requirements.txt for v1.1.1

opencv-contrib-python-headless>=4.2.0.32
scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1

pyside

See latest versions of https://pypi.org/project/PySide6/#history
You can see tags for the changes of versoin of pyside6 https://code.qt.io/cgit/pyside/pyside-setup.git/

@mxochicale
Copy link
Contributor Author

Note that the current package versions in the requirements are

scikit-surgerycore>=0.1.7
scikit-surgeryimage>=0.10.1 

@mxochicale mxochicale self-assigned this Jun 19, 2023
@mxochicale mxochicale added the p0-critical Critical priority label Jun 19, 2023
@mxochicale
Copy link
Contributor Author

Specifying opencv-contrib-python-headless>=4.2.0.32 in requirements and python virtual environment leads to install locally and remotely the latest version of the lib:

opencv-contrib-python-headless-4.7.0.72 #LOCAL
opencv-contrib-python-headless-4.7.0.72 #REMOTE: 
#https://github.com/SciKit-Surgery/scikit-surgeryvtk/actions/runs/5314435124/jobs/9621648370#step:5:268

@mxochicale
Copy link
Contributor Author

  • Created release 2.0.1
git tag -a 'v2.0.1' -m "Release version v2.0.1"
git push origin v2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0-critical Critical priority
Projects
None yet
Development

No branches or pull requests

1 participant