Skip to content

Commit

Permalink
Solve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 8, 2023
1 parent 2f469ed commit 9340c59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: '3.11'
python: '3.10'

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
more-itertools~=8.0
pymysql~=0.9
nglview~=3.0
optimade-client~=2023.8.30
optimade-client==2022.9.19
spglib>=1.14,<3
vapory~=0.1.2
python_requires = >=3.8
Expand All @@ -55,10 +55,10 @@ smiles =
rdkit>=2021.09.2
scikit-learn~=1.0.0
docs =
sphinx~=4.5.0
sphinx-design~=0.4.1
pydata-sphinx-theme==0.8.0
myst-nb~=0.17.2
sphinx
sphinx-design
pydata-sphinx-theme
myst-nb


[flake8]
Expand Down

0 comments on commit 9340c59

Please sign in to comment.