Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Nov 21, 2023
1 parent c0fd798 commit 1e89416
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ COPY install.R install.R
RUN Rscript install.R

# some teaching preferences
RUN git --system config pull.rebase false
RUN git config --global pull.rebase false
10 changes: 10 additions & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ beautifulsoup4==4.12.2
bleach==6.0.0
cachetools==5.3.2
certifi==2023.7.22
cf-xarray==0.8.6
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.7
Expand All @@ -34,9 +35,11 @@ fonttools==4.42.1
fqdn==1.5.1
fsspec==2023.9.2
geopandas==0.14.0
geopolars==0.1.0a4
Glances==3.4.0.3
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.1.1
ipykernel==6.25.2
ipython==8.15.0
isoduration==20.11.0
Expand All @@ -56,6 +59,7 @@ jupyterlab==4.0.6
jupyterlab-pygments==0.2.2
jupyterlab_server==2.25.0
kiwisolver==1.4.5
llvmlite==0.41.1
locket==1.0.0
MarkupSafe==2.1.3
matplotlib==3.8.0
Expand All @@ -67,6 +71,7 @@ nbconvert==7.8.0
nbformat==5.9.2
nest-asyncio==1.5.8
notebook_shim==0.2.3
numba==0.58.1
numpy==1.26.0
odc-geo==0.4.1
odc-stac==0.3.8
Expand All @@ -80,11 +85,13 @@ pexpect==4.8.0
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==3.10.0
polars==0.19.15
prometheus-client==0.17.1
prompt-toolkit==3.0.39
psutil==5.9.5
ptyprocess==0.7.0
pure-eval==0.2.2
pyarrow==14.0.1
pycparser==2.21
Pygments==2.16.1
pyparsing==3.1.1
Expand All @@ -106,6 +113,7 @@ rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rioxarray==0.15.0
rpds-py==0.10.3
scipy==1.11.3
Send2Trash==1.8.2
shapely==2.0.1
simplejson==3.19.2
Expand All @@ -114,6 +122,7 @@ sniffio==1.3.0
snuggs==1.4.7
sortedcontainers==2.4.0
soupsieve==2.5
sparse==0.14.0
stack-data==0.6.2
stackstac==0.5.0
tblib==3.0.0
Expand All @@ -135,5 +144,6 @@ webencodings==0.5.1
websocket-client==1.6.3
xagg==0.1.4
xarray==2023.8.0
xesmf==0.8.2
zict==3.0.0
zipp==3.17.0
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit 1e89416

Please sign in to comment.