oh, wow, I think I know :facepalm: these are the ...
# dev-metaflow
n
oh, wow, I think I know facepalm these are the offending lines in my `pyproject.toml`:
Copy code
[project.optional-dependencies]
metaflow = ["metaflow"]
all = ["resource-tracker[metaflow]"]
sounds like a metaflow extension pkg should not have optional dependencies?
actually, just removing
Copy code
all = ["resource-tracker[metaflow]"]
fixes the problem
r
Ah great
n
any ideas, though, why is that causing a problem? 🤐