-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix_dependency #98
Fix_dependency #98
Conversation
There are issues with Python 3.11 which is to do with incompatibility with
aicsimageio is being deprecated to bioio and this may help with dependency issues. I reccomend we remove 3.11 from testing and mention compatibility with python 3.10 for now. |
Does this need to be Python 3.11 in
|
Can you show me the error with pillow etc? Even if there isn't a wheel it should be possible to install somehow. I'm very wary of pulling support for Python 3.11 fully. If anything we should add 3.12 and 3.13 to the tests. |
If I just try without napari:
Its got to do with some of the packages in napari-aicsimageio, aicsimageio.
This will be temporary, until we remove napari-aicsimageio as a dependency and implement our own reader. |
Will merge this today and #93 |
I've looked into this issue, and as far as I can tell it only affects Windows. This means that changing the package metadata and the CI aren't necessary. I would prefer we just add a Windows-specific note in the docs that explain the issue and how to resolve it. |
Modified pyproject.toml files
added back napari-aicsimageio constraint
linked PR was merged: Improve handling of constraints on requirements with extras pypa/pip#12095
added napari[all] so pyqt5 is installed by default
added numpy<2 constraint