Skip to content

Commit

Permalink
chore: clear dependencies and move them all in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed Jan 19, 2025
1 parent 2e2f6d0 commit 8124975
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 25 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ sphinx:
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements.txt
install:
- method: pip
path: .
extra_requirements:
- docs
21 changes: 0 additions & 21 deletions docs/requirements.txt

This file was deleted.

11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ dependencies = [
"fire",
"pymatgen",
"tqdm",
"matplotlib",
"pyvista",
]

[project.urls]
Expand All @@ -43,3 +41,12 @@ Changelog = "https://moxel.readthedocs.io/en/stable/changelog.html"

[project.scripts]
moxel = "moxel._cli:moxel_fire"

[project.optional-dependencies]
docs = [
"sphinx==7.3.7",
"sphinx-code-tabs",
"sphinx-copybutton",
"sphinx-rtd-theme",
"sphinx-issues",
]

0 comments on commit 8124975

Please sign in to comment.