MaxHalford / sorobn

🧮 Bayesian networks in Python
https://sorobn.streamlit.app
MIT License
234 stars 34 forks source link

Python 3.9 requirement #16

Closed jaromiru closed 3 years ago

jaromiru commented 3 years ago

Hi, recently you changed the python requirement to 3.9, which makes it pain to use in Colab (which uses python 3.7). Is it really necessary?

MaxHalford commented 3 years ago

Yes because I use the new topological sorting introduced in Python 3.9. Sorry!