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

feat: upgrade notebooks to run under python 3.11.6 #843

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions docker/Dockerfile.shifter
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3.8-slim-bullseye
FROM python:3.11-slim-bookworm

RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
"libxrender1=1:0.9.10-1" \
"libxext6=2:1.3.3-1.1" \
"git=1:2.30.2-1+deb11u2" \
"libxrender1=1:0.9.10-1.1" \
"libxext6=2:1.3.4-1+b1" \
"git=1:2.39.2-1.1" \
&& rm -rf /var/lib/apt/lists/*

COPY requirements.txt /requirements.txt
Expand Down
34 changes: 34 additions & 0 deletions docker/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
alembic
banal
black
colorama
dataset
dill
gspread
h5py
humanize
ipykernel
ipympl==0.9.3
ipysheet
ipywidgets
jupyter-client
jupyterlab
matchms
matplotlib
numpy
oauth2client
pandas
papermill
pip
pubchempy
pydantic
pymysql
pymzml
pyyaml
rdkit
scikit-learn
scipy
sqlalchemy
tables
tabulate
xlsxwriter
Loading