Closed JSKenyon closed 2 years ago
Yes, this is possible. I'll try to make new wheels, but it will take a few weeks (holiday season).
Thanks @tammojan!
Fixed by #236, re-released, and pushed to pip. Could you try to upgrade?
I have triggered my 3.10 CI and will let you know if the problem has been resolved ASAP.
Thanks @tammojan! My 3.10 CI is working as expected. :-)
The recent release of version
3.5
makespython-casacore
compatible with Python 3.10. However, thenumpy
version used to build the wheels is very new (>=1.23.0
). This is problematic as not all packages (e.g.numba
) have support for this version ofnumpy
which makes installingpython-casacore
under Python 3.10 problematic. Would it be possible to instead build the wheels usingnumpy==1.22.x
, the first version ofnumpy
to have Python 3.10 support?