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 1
1
# Core package
2
2
-e .
3
3
4
- # Documentation dependencies
4
+ # Documentation dependencies (minimal set to avoid conflicts)
5
5
sphinx==5.3.0
6
6
sphinx-bootstrap-theme>=0.8.1
7
7
sphinxcontrib-bibtex>=2.4.2
@@ -12,14 +12,10 @@ myst-nb>=0.16.0
12
12
# Theme
13
13
pydata-sphinx-theme>=0.12.0
14
14
15
- # Data analysis (compatible versions)
16
- xarray>=2022.6.0
17
- bokeh==2.4.3
18
-
19
- # Visualization
15
+ # Visualization (compatible versions)
20
16
graphviz
21
17
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