Skip to content

Commit cf1e7c7

Browse files
committed
Simplify requirements-docs.txt to avoid dependency conflicts
1 parent 5e1529e commit cf1e7c7

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

requirements-docs.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Core package
22
-e .
33

4-
# Documentation dependencies
4+
# Documentation dependencies (minimal set to avoid conflicts)
55
sphinx==5.3.0
66
sphinx-bootstrap-theme>=0.8.1
77
sphinxcontrib-bibtex>=2.4.2
@@ -12,14 +12,10 @@ myst-nb>=0.16.0
1212
# Theme
1313
pydata-sphinx-theme>=0.12.0
1414

15-
# Data analysis (compatible versions)
16-
xarray>=2022.6.0
17-
bokeh==2.4.3
18-
19-
# Visualization
15+
# Visualization (compatible versions)
2016
graphviz
2117

22-
# Optional: Commented out to avoid conflicts
23-
# pymc>=5.0.1
24-
# metadpy>=0.0.1
25-
# watermark
18+
# Note: Removed problematic packages that cause dependency conflicts
19+
# - xarray (conflicts with numpy version)
20+
# - bokeh (conflicts with systole requirements)
21+
# - pymc, metadpy, watermark (optional packages)

0 commit comments

Comments
 (0)