CQCL/pytket-docs

Expand NumPy version compatibility

nonnymouse6432 opened this issue · 5 comments

pytket currently requires numpy~=1.20. Unfortunately TensorFlow is stuck at numpy<1.20, and looks as though it will be for a while (Google and TensorFlow are very large beasts to move), so pytket and TensorFlow are incompatible for the foreseeable future.

Is there any chance pytket could relax its numpy requirement to >=1.19,<1.21?

Hi, thanks for pointing this out. I don't think pytket relies on any features of numpy 1.20, though we also need to check all the pytket extensions and their dependencies. We will test this, and if all is OK can relax the requirement.

Hi, thanks for pointing this out. I don't think pytket relies on any features of numpy 1.20, though we also need to check all the pytket extensions and their dependencies. We will test this, and if all is OK can relax the requirement.

This will be changed in pytket 0.14 to allow numpy 1.19.

Sounds great, thanks!

Fixed in pytket 0.14.