Skip to content

Commit a6e5773

Browse files
update requirements
1 parent d84c6d9 commit a6e5773

File tree

12 files changed

+63
-22
lines changed

12 files changed

+63
-22
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ build:
1515
rust: "1.64"
1616
golang: "1.19"
1717

18+
apt_packages:
19+
- pandoc
20+
1821
# Build documentation in the "docs/" directory with Sphinx
1922
sphinx:
2023
builder: html

env.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ dependencies:
2020
- affine==2.4.0
2121
- aiohttp==3.8.4
2222
- aiosignal==1.3.1
23+
- alabaster==0.7.13
2324
- anyio==3.7.0
2425
- argon2-cffi==21.3.0
2526
- argon2-cffi-bindings==21.2.0
2627
- arrow==1.2.3
2728
- asttokens==2.2.1
2829
- async-timeout==4.0.2
2930
- attrs==23.1.0
31+
- babel==2.12.1
3032
- backcall==0.2.0
3133
- beautifulsoup4==4.12.2
3234
- bleach==6.0.0
@@ -43,6 +45,7 @@ dependencies:
4345
- debugpy==1.6.7
4446
- decorator==5.1.1
4547
- defusedxml==0.7.1
48+
- docutils==0.20.1
4649
- entrypoints==0.4
4750
- executing==1.2.0
4851
- fastjsonschema==2.17.1
@@ -53,6 +56,7 @@ dependencies:
5356
- geone==1.1.14
5457
- geopandas==0.13.2
5558
- idna==3.4
59+
- imagesize==1.4.1
5660
- ipykernel==6.15.2
5761
- ipython==7.31.1
5862
- ipython-genutils==0.2.0
@@ -72,15 +76,20 @@ dependencies:
7276
- jupyterlab-widgets==3.0.7
7377
- kiwisolver==1.4.4
7478
- lxml==4.9.2
79+
- markdown-it-py==3.0.0
7580
- markupsafe==2.1.3
7681
- matplotlib==3.7.1
7782
- matplotlib-inline==0.1.6
83+
- mdit-py-plugins==0.4.0
84+
- mdurl==0.1.2
7885
- mistune==0.8.4
7986
- multidict==6.0.4
87+
- myst-parser==2.0.0
8088
- nbclassic==1.0.0
8189
- nbclient==0.5.13
8290
- nbconvert==6.5.2
8391
- nbformat==5.5.0
92+
- nbsphinx==0.9.2
8493
- nest-asyncio==1.5.6
8594
- notebook==6.5.2
8695
- notebook-shim==0.2.3
@@ -90,9 +99,12 @@ dependencies:
9099
- pandas==2.0.2
91100
- pandocfilters==1.5.0
92101
- parso==0.8.3
102+
- piccolo-theme==0.16.0
93103
- pickleshare==0.7.5
94104
- pillow==9.5.0
95105
- platformdirs==3.6.0
106+
- plumbum==1.8.2
107+
- ply==3.11
96108
- pooch==1.7.0
97109
- prometheus-client==0.17.0
98110
- prompt-toolkit==3.0.38
@@ -122,8 +134,18 @@ dependencies:
122134
- shapely==1.8.5.post1
123135
- six==1.16.0
124136
- sniffio==1.3.0
137+
- snowballstemmer==2.2.0
125138
- snuggs==1.4.7
126139
- soupsieve==2.4.1
140+
- sphinx==7.0.1
141+
- sphinx-gallery==0.13.0
142+
- sphinxcontrib-applehelp==1.0.4
143+
- sphinxcontrib-devhelp==1.0.2
144+
- sphinxcontrib-htmlhelp==2.0.1
145+
- sphinxcontrib-jsmath==1.0.1
146+
- sphinxcontrib-qthelp==1.0.3
147+
- sphinxcontrib-serializinghtml==1.1.5
148+
- sphinxemoji==0.2.0
127149
- stack-data==0.6.2
128150
- terminado==0.17.1
129151
- threadpoolctl==3.1.0
10 Bytes
Binary file not shown.
1.7 KB
Binary file not shown.
-145 Bytes
Binary file not shown.
-245 KB
Binary file not shown.
10 Bytes
Binary file not shown.
13 Bytes
Binary file not shown.
-83 Bytes
Binary file not shown.
-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)