linkml / prefixmaps

Semantic prefix map registry
https://linkml.io/prefixmaps/
Apache License 2.0
10 stars 3 forks source link

unpinning dependencies and moving some dependencies to dev dependencies #41

Closed cmungall closed 1 year ago

sierra-moxon commented 1 year ago

I was the dev that added greenlet pinned to 2.0.1 to get around dependency issues. I pulled this branch and reinstalled my environment from scratch. I still get greenlet 2.0.1 and everything works. But, is it possible that we need to update the lock file to remove this pinning that was removed in the pyproject.toml?

I went ahead and locked the poetry.lock file with `poetry lock --no-update`