Skip to content

Commit

Permalink
fixing docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
frannerin committed Mar 27, 2024
1 parent 6201184 commit ac92380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ nbsphinx
nbsphinx-link

numpydoc
pydata-sphinx-theme<0.10
pydata-sphinx-theme<=0.10
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ readme = "README.rst"
version = "1.0"

dependencies = [
'mdanalysis >= 2.2, < 2.3', # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs)
'numpy < 1.24', # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2
'ipywidgets < 8', # 8 or above messes with nglview
'jupyterlab < 4', # 4 or above messes with nglview
'mdanalysis>=2.2,<2.3', # 2.3 or above fails with non-complying "formalcharges" last column of PDBs (GPCRmd PDBs)
'numpy<1.24', # 1.24 removed numpy.int and numpy.float needed for dynetan and PyInteraph2
'ipywidgets<8', # 8 or above messes with nglview
'jupyterlab<4', # 4 or above messes with nglview

'multiprocess',
'lazyasd',
Expand Down

0 comments on commit ac92380

Please sign in to comment.