larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

require jedi >= 0.18 in larray-editor #220

Closed gdementen closed 3 years ago

gdementen commented 3 years ago

It seems like there is an incompatibilty between jedi <=0.17.0 and parso >=0.8.0, which breaks autocompletion in the editor console.

See https://github.com/ipython/ipython/issues/12747

One more reason to tackle larray-project/larray#704 quickly.