daffidwilde / matching

A package for solving matching games
https://daffidwilde.github.io/matching/
MIT License
149 stars 42 forks source link

Fix ipython version to avoid warnings. #126

Closed daffidwilde closed 3 years ago

daffidwilde commented 3 years ago

There were some weird warnings coming from an internal ipython/ipykernel API, causing pytest-nbval to fail its tests. So, downgrading ipython to 7.10 until that is fixed.

Details are available under https://github.com/ipython/ipykernel/issues/540.