environment.yml needs version range for typeguard
EliahKagan opened this issue · 0 comments
EliahKagan commented
Per #26, this project is not currently compatible with the latest versions of typeguard
, due to agronholm/typeguard#364. However, in #26, I specified the right version range for when pipenv
is used (in Pipfile
) but I failed to do so when conda
/mamba
is used (in environment.yml
). This project is therefore currently broken with conda
and mamba
.