diff --git a/environment_jupyterhub.yml b/environment_jupyterhub.yml index 5f6a85ba05a2b5dfafeedb2c442081cd540478b3..1d3513c69067cd8bb9b3ef9f839b83c4f7548105 100644 --- a/environment_jupyterhub.yml +++ b/environment_jupyterhub.yml @@ -1,24 +1,24 @@ channels: - - conda-forge - - defaults +- conda-forge +- defaults dependencies: - - python - - ipykernel - - geopandas - - pandas - - numpy - - matplotlib - - folium - - rioxarray - - jupyterhub==4.0.2 - - jupyterlab - - pip - - pip: - - planetary-computer - - pystac-client - - rich - - stackstac - - bottleneck - - geogif - - xarray-spatial - - rasterstats +# 3.11 is not a hard requirement but numba does not support 3.12 at the time of testing +- python=3.11 +- ipykernel +- geopandas +- pandas +- numpy +- matplotlib +- folium +- rioxarray +- jupyterhub-singleuser=3.0.0 +- pip +- pip: + - planetary-computer + - pystac-client + - rich + - stackstac + - bottleneck + - geogif + - xarray-spatial + - rasterstats diff --git a/environment_jupyterlab.yml b/environment_jupyterlab.yml index 9635134bf9d63af56d4424ac2d847a8c934d4ee2..1a966e836cc321873fe2786f7114e3449548eadf 100644 --- a/environment_jupyterlab.yml +++ b/environment_jupyterlab.yml @@ -1,23 +1,24 @@ channels: - - conda-forge - - defaults +- conda-forge +- defaults dependencies: - - python - - ipykernel - - geopandas - - pandas - - numpy - - matplotlib - - folium - - rioxarray - - jupyterlab - - pip - - pip: - - planetary-computer - - pystac-client - - rich - - stackstac - - bottleneck - - geogif - - xarray-spatial - - rasterstats +# 3.11 is not a hard requirement but numba does not support 3.12 at the time of testing +- python=3.11 +- ipykernel +- geopandas +- pandas +- numpy +- matplotlib +- folium +- rioxarray +- jupyterlab +- pip +- pip: + - planetary-computer + - pystac-client + - rich + - stackstac + - bottleneck + - geogif + - xarray-spatial + - rasterstats