Skip to content

Comments

Upgrade to latest nbformat 5.9.2#2964

Merged
kerrj merged 2 commits intonerfstudio-project:mainfrom
ringohoffman:upgrade-nbformat
Mar 18, 2024
Merged

Upgrade to latest nbformat 5.9.2#2964
kerrj merged 2 commits intonerfstudio-project:mainfrom
ringohoffman:upgrade-nbformat

Conversation

@ringohoffman
Copy link
Contributor

When I try to run:

$ pip install -e .[gen,dev,docs]
...
ERROR: Cannot install None, nerfstudio[dev,docs,gen]==1.0.2 and open3d==0.18.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    nerfstudio[dev,docs,gen] 1.0.2 depends on nbformat==5.5.0; extra == "docs"
    myst-nb 0.16.0 depends on nbformat~=5.0
    nbconvert 7.2.5 depends on nbformat>=5.1
    open3d 0.18.0 depends on nbformat>=5.7.0

This gets fixed by upgrading to the latest nbformat: https://pypi.org/project/nbformat/5.9.2/#history

open3d 0.18.0 depends on nbformat>=5.7.0
Copy link
Collaborator

@kerrj kerrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kerrj kerrj enabled auto-merge (squash) March 18, 2024 17:45
@kerrj kerrj merged commit 712e182 into nerfstudio-project:main Mar 18, 2024
@ringohoffman ringohoffman deleted the upgrade-nbformat branch March 18, 2024 23:40
Michael-Spleenlab pushed a commit to Michael-Spleenlab/nerfstudio that referenced this pull request Apr 26, 2024
open3d 0.18.0 depends on nbformat>=5.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants