Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest nbformat 5.9.2 #2964

Merged
merged 2 commits into from
Mar 18, 2024

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
2 checks passed
@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