Skip to content

Commit e7bb41d

Browse files
orionarcherclaude
andcommitted
Fix ReadTheDocs conda environment configuration
- Change python>=3.11 to python=3.12 (conda requires exact version) - Add missing pandas>=2.2 dependency - Keep proven mambaforge-22.9 version 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5107705 commit e7bb41d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ channels:
44
- defaults
55
dependencies:
66
# Base depends
7-
- python>=3.11
7+
- python=3.12
88
- pip
99
- numpy>=2.2
1010
- pytest
1111
- mdanalysis>=2.8
12+
- pandas>=2.2
1213
- nglview
1314
- nbsphinx
1415
- ipython

0 commit comments

Comments
 (0)