Skip to content

Commit

Permalink
chore: fix docs compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
enlivn committed Oct 26, 2023
1 parent d3bfe01 commit 71fcf69
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: mambaforge-4.10
python: mambaforge-22.9

sphinx:
configuration: doc/source/conf.py
python:
Expand Down
78 changes: 39 additions & 39 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,49 @@ channels:
- conda-forge
dependencies:
- python==3.10.12 # Fixed to mirror version on Google Colab
- pip==22.3
- pip==23.3.1
- git==2.38.1
- affine==2.3.1
- astroplan==0.8
- astropy==4.3.1
- backoff==2.2.1
- branca==0.5.0
- earthengine-api==0.1.328
- earthranger-client
- geopandas==0.10.2
- ipywidgets==8.0.2
- jinja2==3.1.2
- jupyterlab==3.5.0
- mapclassify==2.4.3
- matplotlib-base==3.5.3
- networkx==2.7.1
- numba==0.56.3
- numexpr==2.8.3
- numpy==1.21.6
- pandas==1.3.5
- plotly==5.10.0
- pre-commit==2.20.0
- pyarrow==9.0.0
- pydata-sphinx-theme==0.11.0
- pypdf2==2.10.8
- pyproj==3.2.1
- pytest-cov==4.0.0
- pytest-mock==3.10.0
- pytest==7.2.0
- python-igraph==0.10.1
- python-kaleido==0.2.1
- rasterio==1.2.10
- scikit-image==0.19.2
- scikit-learn==1.0.2
- scipy==1.7.3
- selenium==4.5.0
- shapely==1.8.2
- sphinx==5.3.0
- tqdm==4.64.1
- xyzservices==2022.9.0
- affine
- astroplan
- astropy
- backoff
- branca
- earthengine-api
- geopandas
- ipywidgets
- jinja2
- jupyterlab
- mapclassify
- matplotlib-base
- networkx
- numba
- numexpr
- numpy
- pandas
- plotly
- pre-commit
- pyarrow
- pydata-sphinx-theme
- pypdf2
- pyproj
- pytest-cov
- pytest-mock
- pytest
- python-igraph
- python-kaleido
- rasterio
- scikit-image
- scikit-learn
- scipy
- selenium
- shapely
- sphinx
- tqdm
- xyzservices
- pip:
- coverage[toml]
- nbsphinx
- nbsphinx-multilink
- sphinx-autoapi
- earthranger-client

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"networkx",
"numba",
"numexpr",
"numpy<=1.22",
"numpy<=1.22.4",
"pandas",
"plotly",
"pyarrow",
Expand Down

0 comments on commit 71fcf69

Please sign in to comment.