update CI env naming conventions
jGaboardi opened this issue · 0 comments
jGaboardi commented
update CI env naming conventions to follow those in momepy
& spopt
...-min
-- minimal dependencies -- only hard requirements -- "no optional"...-oldest
-- pinned to oldest supported Python version & packages...-latest
-- no pins (accept Python version) for environment dependencies...-dev
-- fetching bleeding edge versions of dependencies, either from nightly PyPI or directly from GitHub- other?
(should also probably do this in libpysal
...)
xref #310