Skip to content

Commit

Permalink
Merge pull request #36 from geniusyield/35-clean-up-dependencies
Browse files Browse the repository at this point in the history
Clean up dependencies #35
  • Loading branch information
4TT1L4 authored Apr 26, 2024
2 parents 6ff98fd + b86ed35 commit 21629d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG PYTHON_VERSION=3.10.4
ARG PYTHON_VERSION=3.12.3
FROM python:${PYTHON_VERSION}-slim as base

# Prevents Python from writing pyc files.
Expand Down
40 changes: 0 additions & 40 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
asttokens==2.4.1
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6
comm==0.2.1
debugpy==1.8.1
decorator==5.1.1
executing==2.0.1
fsspec==2024.2.0
idna==3.7
ipykernel==6.29.2
ipython==8.21.0
jedi==0.19.1
jupyter_client==8.6.0
jupyter_core==5.7.1
matplotlib-inline==0.1.6
nest-asyncio==1.6.0
numpy==1.26.4
packaging==23.2
pandas==2.2.0
parso==0.8.3
platformdirs==4.2.0
polars==0.20.7
prompt-toolkit==3.0.43
psutil==5.9.8
pure-eval==0.2.2
pyarrow==15.0.0
Pygments==2.17.2
python-dateutil==2.8.2
pytz==2024.1
pyzmq==25.1.2
requests==2.31.0
six==1.16.0
stack-data==0.6.3
tornado==6.4
traitlets==5.14.1
types-requests==2.31.0.20240125
tzdata==2024.1
urllib3==2.2.0
wcwidth==0.2.13
flask==3.0
gunicorn==22.0.0
openapi-python-client==0.19.1
Expand Down

0 comments on commit 21629d7

Please sign in to comment.