Skip to content

Commit fcc1a92

Browse files
orionarcherclaude
andcommitted
Fix docs build by updating Python and dependencies
Update docs requirements to match new minimum versions: - Python >=3.11 - numpy >=2.2 - mdanalysis >=2.8 - Remove pinned scipy version to allow compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 613e127 commit fcc1a92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/requirements.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ channels:
44
- defaults
55
dependencies:
66
# Base depends
7-
- python
7+
- python>=3.11
88
- pip
9-
- numpy
9+
- numpy>=2.2
1010
- pytest
11-
- mdanalysis
11+
- mdanalysis>=2.8
1212
- nglview
1313
- nbsphinx
1414
- ipython
1515
- plotly
1616
- sphinx_rtd_theme
17-
- scipy==1.12.0
17+
- scipy
1818

1919

2020
# Pip-only installs

0 commit comments

Comments
 (0)