Skip to content

Commit

Permalink
astroid<4
Browse files Browse the repository at this point in the history
See readthedocs/sphinx-autoapi#513

All docs fail to build after astroid incremented to v4. Pinning <3 for now should fix this.
  • Loading branch information
zulissimeta authored Feb 5, 2025
1 parent 3f91076 commit 26daefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fairchem-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [

[project.optional-dependencies] # add optional dependencies to be installed as pip install fairchem.core[dev]
dev = ["pre-commit", "pytest", "pytest-cov", "coverage", "syrupy", "ruff==0.5.1"]
docs = ["jupyter-book", "jupytext", "sphinx","sphinx-autoapi==3.3.3", "umap-learn", "vdict"]
docs = ["jupyter-book", "jupytext", "sphinx","sphinx-autoapi==3.3.3", "astroid<4", "umap-learn", "vdict"]
adsorbml = ["dscribe","x3dase","scikit-image"]

[project.scripts]
Expand Down

0 comments on commit 26daefc

Please sign in to comment.