File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 11# Core package
22-e .
33
4- # Documentation dependencies
4+ # Documentation dependencies (minimal set to avoid conflicts)
55sphinx==5.3.0
66sphinx-bootstrap-theme>=0.8.1
77sphinxcontrib-bibtex>=2.4.2
@@ -12,14 +12,10 @@ myst-nb>=0.16.0
1212# Theme
1313pydata-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)
2016graphviz
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)
You can’t perform that action at this time.
0 commit comments