RussTedrake / manipulation

Course notes for MIT manipulation class
BSD 3-Clause "New" or "Revised" License
418 stars 123 forks source link

Make poetry.lock consistent with pyproject.toml after sphinx installation #275

Closed nepfaff closed 9 months ago

nepfaff commented 9 months ago

https://github.com/RussTedrake/manipulation/commit/16bebc035165fb3126aa141bfc2877f859293f15 changed pyproject.toml but didn't update poetry.lock. This results in the following error when installing with poetry install:

Installing dependencies from lock file
Warning: poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies. Run `poetry lock [--no-update]` to fix it.

Because manipulation depends on sphinx_rtd_theme (>=2.0.0) which doesn't match any versions, version solving failed.

This change is Reviewable

RussTedrake commented 9 months ago

per slack, going a different way.