Skip to content

Commit

Permalink
Update rtd python environment spec
Browse files Browse the repository at this point in the history
- use python 3.10
- remove old pins
  • Loading branch information
Kirill888 committed May 7, 2024
1 parent 33bad62 commit 740a4cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.10"

python:
install:
Expand Down
7 changes: 3 additions & 4 deletions docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
# odc-geo dependencies
pyproj
shapely
rasterio==1.3.6
rasterio
xarray
numpy
cachetools
tifffile
imagecodecs

# optional dependencies used in docs
folium
matplotlib
dask[array]
dask[array,distributed]

## for docs
sphinx
Expand All @@ -20,5 +21,3 @@ sphinx-autodoc-typehints
jupyter_sphinx
geopandas
ipykernel
# work-around for rtd build issues
urllib3<2

0 comments on commit 740a4cf

Please sign in to comment.