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
currently e.g. python setup.py installdoes not respect non-release versioning in pypi and will install argschema 2 and marshmallow 3 despite their pre-release status.
These versions fail with some amount of the render-modules codebase and we should fix that.
The text was updated successfully, but these errors were encountered:
currently e.g.
python setup.py install
does not respect non-release versioning in pypi and will install argschema 2 and marshmallow 3 despite their pre-release status.These versions fail with some amount of the render-modules codebase and we should fix that.
The text was updated successfully, but these errors were encountered: