nengo / nengo-loihi

Run Nengo models on Intel's Loihi chip
https://www.nengo.ai/nengo-loihi/
Other
35 stars 12 forks source link

Limit tensorflow-probability to <0.12 #305

Closed drasmuss closed 3 years ago

drasmuss commented 3 years ago

For compatibility with the tensorflow<2.4 requirement added in https://github.com/nengo/nengo-loihi/pull/304.

hunse commented 3 years ago

Shouldn't the new pip dependency solver avoid problems like this?

drasmuss commented 3 years ago

Yeah I would have thought so, but I think it's not working because we install the dependencies in a couple of stages. In particular we install tensorflow and tensorflow-probability at different points, so I think it is not picking up on the fact that we have an incompatible version of tensorflow installed when it gets to the tensorflow-probability stage.