We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb94ec commit 472fa00Copy full SHA for 472fa00
.circleci/config.yml
@@ -6,7 +6,7 @@ version: 2
6
jobs:
7
build:
8
docker:
9
- - image: cimg/python:3.10
+ - image: cimg/python:3.11
10
parallelism: 4
11
12
working_directory: ~/repo
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10
+FROM python:3.11
2
EXPOSE 5000
3
4
requirements.txt
@@ -1,6 +1,6 @@
cairocffi==1.4.0
matplotlib==3.6.2
-numpy==1.23.4
+numpy==1.24.1
scipy==1.9.3
5
flask==2.2.2
pytest==7.2.0
0 commit comments