Xilinx / finn

Dataflow compiler for QNN inference on FPGAs
https://xilinx.github.io/finn
BSD 3-Clause "New" or "Revised" License
708 stars 225 forks source link

Hotfix: Pin IPython version #823

Closed fpjentzsch closed 1 year ago

fpjentzsch commented 1 year ago

The newest IPython version (8.13) no longer supports Python 3.8.

Solution: Pin to 8.12.2 until we switch to a newer Python version / base Docker image.

auphelia commented 1 year ago

Thanks @fpjentzsch