You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit unfortunate that we specify the exact version in 4 places now. Do we even need it for the -dev environments? My understanding is that these are just the dependencies in addition to what is in requirements.txt.
The text was updated successfully, but these errors were encountered:
In the future, will PyMC release have a minimum theano-pymc/aesara version, or will each PyMC release have one particular theano-pymc release associated with it?
If the latter, then it should probably only be defined in a single place (or there should be checks that the different places it's defined match up). If it's the latter, then in the other three places it's pinned (conda-envs/environment-dev-py36.yml, conda-envs/environment-dev-py37.yml, conda-envs/environment-dev-py38.yml), the pins could be mixed up a bit between them so that different CI jobs run tests with different versions.
I presume the requirements-dev.txt is for people (like @rpgoldman ?) who aren't developing in a conda environment?
A bit unfortunate that we specify the exact version in 4 places now. Do we even need it for the
-dev
environments? My understanding is that these are just the dependencies in addition to what is inrequirements.txt
.The text was updated successfully, but these errors were encountered: