Skip to content

Commit

Permalink
update requirements (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 1, 2024
1 parent 5cff2fb commit e2d76bb
Show file tree
Hide file tree
Showing 7 changed files with 5,218 additions and 4,891 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends graphviz postgresql-client

# original command
# RUN python3 -m pip install ipython altair plotnine plotly ipykernel jupyter 'ibis-framework[duckdb,postgres,polars,visualization,examples]'
RUN python3 -m pip install -r codespace_requirements.txt
2 changes: 1 addition & 1 deletion 01 - Getting Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"import duckdb\n",
"from packaging.version import parse as vparse\n",
"\n",
"duck_version = vparse(duckdb.__version__)\n",
"duck_version = vparse(\"0.10\") # backwards compatible with duckdb==1.0\n",
"\n",
"ddb_file = Path(\"palmer_penguins.ddb\")\n",
"\n",
Expand Down
93 changes: 50 additions & 43 deletions codespace_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.9.5
aiosignal==1.3.1
altair==5.3.0
anyio==4.3.0
anyio==4.4.0
appdirs==1.4.4
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
Expand All @@ -15,101 +15,105 @@ beautifulsoup4==4.12.3
bidict==0.23.1
bleach==6.1.0
cachetools==5.3.3
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
comm==0.2.2
contourpy==1.2.1
cycler==0.12.1
debugpy==1.8.1
debugpy==1.8.2
decorator==5.1.1
defusedxml==0.7.1
duckdb==0.10.2
duckdb==1.0.0
executing==2.0.1
fastjsonschema==2.19.1
fonttools==4.51.0
fastjsonschema==2.20.0
fonttools==4.53.0
fqdn==1.5.1
frozenlist==1.4.1
fsspec==2024.2.0
gcsfs==2024.2.0
fsspec==2024.6.0
gcsfs==2024.6.0
gitdb==4.0.11
GitPython==3.1.41
google-api-core==2.19.0
google-auth==2.29.0
google-api-core==2.19.1
google-auth==2.30.0
google-auth-oauthlib==1.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.16.0
google-cloud-storage==2.17.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
google-resumable-media==2.7.1
googleapis-common-protos==1.63.2
graphviz==0.20.3
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
humanize==4.9.0
ibis-framework==9.0.0
ibis-framework==9.1.0
idna==3.7
importlib_metadata==7.1.0
importlib_metadata==8.0.0
importlib_resources==6.4.0
ipykernel==6.29.4
ipython==8.24.0
ipython==8.26.0
ipywidgets==8.1.3
isoduration==20.11.0
jedi==0.19.1
Jinja2==3.1.4
joblib==1.4.2
json5==0.9.25
jsonpointer==2.4
jsonpointer==3.0.0
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
jupyter==1.0.0
jupyter-console==6.6.3
jupyter-events==0.10.0
jupyter-lsp==2.2.5
jupyter_client==8.6.1
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyter_server==2.14.0
jupyter_server==2.14.1
jupyter_server_terminals==0.5.3
jupyterlab==4.1.8
jupyterlab==4.2.3
jupyterlab_pygments==0.3.0
jupyterlab_server==2.27.1
jupyterlab_server==2.27.2
jupyterlab_widgets==3.0.11
kiwisolver==1.4.5
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matplotlib==3.8.4
matplotlib==3.9.0
matplotlib-inline==0.1.7
mdurl==0.1.2
mistune==3.0.2
mizani==0.11.2
mizani==0.11.4
multidict==6.0.5
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
nest-asyncio==1.6.0
notebook==7.1.3
notebook==7.2.1
notebook_shim==0.2.4
numpy==1.26.4
oauthlib==3.2.2
overrides==7.7.0
packaging==24.0
packaging==24.1
pandas==2.2.2
pandocfilters==1.5.1
parso==0.8.4
parsy==2.1
patsy==0.5.6
pexpect==4.9.0
pillow==10.3.0
pillow==10.4.0
pins==0.8.6
platformdirs==4.2.1
platformdirs==4.2.2
plotly==5.22.0
plotnine==0.13.5
polars==0.20.23
plotnine==0.13.6
polars==0.20.31
prometheus_client==0.20.0
prompt-toolkit==3.0.43
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
prompt_toolkit==3.0.47
proto-plus==1.24.0
protobuf==5.27.2
psutil==6.0.0
psycopg2==2.9.9
ptyprocess==0.7.0
pure-eval==0.2.2
pyarrow==16.0.0
pyarrow==16.1.0
pyarrow-hotfix==0.6
pyasn1==0.6.0
pyasn1_modules==0.4.0
Expand All @@ -121,38 +125,41 @@ python-json-logger==2.0.7
pytz==2024.1
PyYAML==6.0.1
pyzmq==26.0.3
qtconsole==5.5.2
QtPy==2.4.1
referencing==0.35.1
requests==2.31.0
requests==2.32.3
requests-oauthlib==2.0.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rich==13.7.1
rpds-py==0.18.1
rsa==4.9
scipy==1.13.0
scipy==1.14.0
Send2Trash==1.8.3
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
soupsieve==2.5
sqlglot==23.12.2
sqlglot==25.1.0
stack-data==0.6.3
statsmodels==0.14.2
tenacity==8.2.3
tenacity==8.4.2
terminado==0.18.1
tinycss2==1.3.0
toolz==0.12.1
tornado==6.4
tornado==6.4.1
traitlets==5.14.3
types-python-dateutil==2.9.0.20240316
typing_extensions==4.11.0
typing_extensions==4.12.2
tzdata==2024.1
uri-template==1.3.0
urllib3==2.2.1
urllib3==2.2.2
wcwidth==0.2.13
webcolors==1.13
webcolors==24.6.0
webencodings==0.5.1
websocket-client==1.8.0
widgetsnbextension==4.0.11
xxhash==3.4.1
yarl==1.9.4
zipp==3.18.1
zipp==3.19.2
Loading

0 comments on commit e2d76bb

Please sign in to comment.