Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump snekbox up to Python 3.12.2 #200

Merged
merged 3 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ COPY --link scripts/build_python.sh /

# ------------------------------------------------------------------------------
FROM builder-py-base as builder-py-3_12
RUN git clone -b v2.3.28 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
&& /build_python.sh 3.12.0
RUN git clone -b v2.3.36 --depth 1 https://github.com/pyenv/pyenv.git $PYENV_ROOT \
&& /build_python.sh 3.12.2
# ------------------------------------------------------------------------------
FROM python:3.11-slim-bookworm as base

Expand Down
16 changes: 8 additions & 8 deletions requirements/eval-deps.pip
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anyio[trio]~=4.2
anyio[trio]~=4.3
arrow~=1.3
attrs~=23.2
beautifulsoup4~=4.12
Expand All @@ -8,16 +8,16 @@ forbiddenfruit~=0.1
fuzzywuzzy~=0.18
lark~=1.1
matplotlib~=3.8 ; python_version == '3.12'
more-itertools~=10.1
more-itertools~=10.2
networkx~=3.2
numpy~=1.26 ; python_version == '3.12'
pandas~=2.1 ; python_version == '3.12'
pandas~=2.2 ; python_version == '3.12'
pendulum~=3.0
pyarrow~=15.0
python-dateutil~=2.8
python-dateutil~=2.9
pyyaml~=6.0
scipy~=1.11 ; python_version == '3.12'
scipy~=1.12 ; python_version == '3.12'
sympy~=1.12
typing-extensions~=4.9
tzdata~=2023.4
# yarl~=1.9 Requires multidict wheels in order to build https://github.com/aio-libs/multidict/issues/887
typing-extensions~=4.10
tzdata~=2024.1
yarl~=1.9