-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update setup.py #2526
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
Update setup.py #2526
Conversation
- update pyside6
|
done? cc @n-poulsen |
|
@MMathisLab I believe we need a new There are a few bugs with |
|
okay can you make a release? |
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.
Tested with Python 3.10 and 3.11. I found one issue; when selecting the "Show trails" checkbox, the napari window goes blank. This is easily solved by resizing the window, but I'll open an issue about this so people have somewhere to go for a quick fix (once this PR is merged).
Otherwise all good for me once the napari-deeplabcut version is updated!
I'm also getting a warning when installing the apple_mchips extra:
WARNING: deeplabcut 2.3.9 does not provide the extra 'apple-mchips'
I believe this is the same pip issue as we saw with napari-deeplabcut (changes to the way underscores are transformed into dashes), and we can solve it by renaming the extra to apple-mchips. Currently not an issue as tensorflow is still installed correctly, despite the warning.
Co-authored-by: n-poulsen <[email protected]>
|
I've just pushed a new release (0.2.1.6) of napari-deeplabcut, that includes our latest fixes/improvements. |
|
I guess now we can merge, or no? |
|
@MMathisLab, yes, that looks good to me! |
Uh oh!
There was an error while loading. Please reload this page.