Michael Hecht
Michael Hecht
Ok, the installation fails because of dependency on old Pillow and vispy that cannot be installed on Python 3.11. I can separately install Pillow 10.2.0 and vispy 0.14.2 on Python...
> So why did you need to repack? I tried in Python 3.13 and > > ``` > pip install --ignore-requires-python mip > ``` > > seems to work fine....
Well, at least I could build a Wheel (on Windows) and install it with Python 3.13 but had to change the toml from ``` ... requires-python = ">=3.7,=1.15"] ... [tool.setuptools.package-data]...