Skip to content

Pystan: add dependencies

Andre Sailer requested to merge fixPyStan into master

Pystan: add dependencies that we have in the stack so that no conflicting versions are pulled in by pip install

Because pystan pulls in attrs via pip install (notice there is no --no-dep), we get clashing versions between attrs from the stack and what we get in pystan, even though we didn't change pystan version

Merge request reports