Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Upgraded to Python 3.9 #1016

Closed
wants to merge 7 commits into from
Closed
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
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.7
3.9.17
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
FROM python:3.8-slim
FROM python:3.9-slim
ARG install_dev=n

USER root

RUN apt-get update \
&& apt-get install --assume-yes --quiet --quiet gcc g++ \
&& rm -rf /var/lib/apt/lists/*

ENV PIP_NO_CACHE_DIR=1

WORKDIR /peerscout
Expand Down
3 changes: 2 additions & 1 deletion requirements.spacy.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
spacy==2.2.4
numpy==1.24.4
spacy==2.3.9