Skip to content

Commit 0ae4140

Browse files
committed
Updated container and packages.
1 parent e8794e3 commit 0ae4140

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

.devcontainer/devcontainer.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
{
22
"name": "carmapy",
3-
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
3+
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bookworm",
4+
"features": {
5+
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:latest": {
6+
"version": "prerelease"
7+
}
8+
},
49
"customizations": {
510
"vscode": {
6-
"extensions": [
11+
"extensions": [
712
"ms-toolsai.jupyter",
8-
"charliermarsh.ruff"
13+
"charliermarsh.ruff",
14+
"quarto.quarto"
915
]
1016
}
1117
},
12-
"runArgs": ["--name", "carmapy"],
1318
"postCreateCommand": "zsh ./.devcontainer/post_create.sh",
14-
"containerEnv": {"API_NYT": "${localEnv:API_NYT}",
15-
"WRDS_USER": "${localEnv:WRDS_USER}",
16-
"WRDS_PASS": "${localEnv:WRDS_PASS}"}
19+
"containerEnv": {
20+
"API_NYT": "${localEnv:API_NYT}",
21+
"WRDS_USER": "${localEnv:WRDS_USER}",
22+
"WRDS_PASS": "${localEnv:WRDS_PASS}"
23+
}
1724
}

requirements.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
beautifulsoup4==4.12.2
2-
geopandas==0.14.1
1+
beautifulsoup4==4.12.3
2+
geopandas==0.14.4
33
geopy==2.4.1
4-
ipykernel==6.28.0
5-
jupysql==0.10.7
6-
nbconvert==7.13.1
7-
nbformat==5.9.2
8-
notebook==7.0.6
9-
pandas==2.1.4
4+
hvplot==0.10.0
5+
ipykernel==6.29.4
6+
jupysql==0.10.10
7+
nbconvert==7.16.4
8+
nbformat==5.10.4
9+
notebook==7.2.0
10+
pandas==2.2.2
1011
pandas-datareader==0.10.0
11-
plotly==5.18.0
12-
pre-commit==3.6.0
13-
pyarrow==14.0.2
12+
polars==0.20.31
13+
plotly==5.22.0
14+
pre-commit==3.7.1
15+
pyarrow==16.1.0
1416
pynytimes==0.10.0
15-
textblob==0.17.1
16-
wrds==3.1.6
17+
textblob==0.18.0.post0
18+
wrds==3.2.0

0 commit comments

Comments
 (0)