Skip to content

Commit

Permalink
Merge branch 'JaGeo:main' into joss-paper
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Jan 2, 2024
2 parents b5032a9 + 2c5accf commit a9e1e9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
cache: pip
cache-dependency-path: pyproject.toml

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ documentation = "https://jageo.github.io/LobsterPy/"
changelog = "https://jageo.github.io/LobsterPy/changelog_link.html"

[project.optional-dependencies]
featurizer = ["mendeleev==0.14.0"]
featurizer = ["mendeleev==0.15.0"]
dev = ["pre-commit>=2.12.1"]
tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov"]
docs = [
"sphinx-copybutton==0.5.2",
"sphinx>=5,<6",
"sphinx_design==0.5.0",
"ipython==8.16.1",
"myst-nb==0.17.2",
"sphinx-book-theme==1.0.1",
"ipython==8.18.1",
"myst-nb==1.0.0",
"sphinx-book-theme==1.1.0",
"sphinx-argparse==0.4.0",
"sphinx-toolbox==3.5.0",
]
Expand Down

0 comments on commit a9e1e9c

Please sign in to comment.