Bump gmpg version used for dev envs
Committed 158a32
--- a/gmpg/pkg.py
+++ b/gmpg/pkg.py
if isinstance(dep_location, dict):
if "path" in dep_location:
dev_deps.pop(dep_name)
- dev_deps["gmpg"] = "^0.0"
+ dev_deps["gmpg"] = ">=0.1"
with pyproject_path.open("w") as fp:
toml.dump(pyproject, fp)