Closed DominikPeters closed 7 months ago
It looks like profiles.py uses the numba package, but this is not listed as a requirement in pyproject.toml so I had to install it manually.
profiles.py
numba
pyproject.toml
Also, margin_based_methods uses nashpy.
margin_based_methods
nashpy
It looks like
profiles.py
uses thenumba
package, but this is not listed as a requirement inpyproject.toml
so I had to install it manually.Also,
margin_based_methods
usesnashpy
.