Skip to content

Commit 472fa00

Browse files
committed
Update to Python 3.11, Update numpy
1 parent eeb94ec commit 472fa00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: cimg/python:3.10
9+
- image: cimg/python:3.11
1010
parallelism: 4
1111

1212
working_directory: ~/repo

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3.11
22
EXPOSE 5000
33

44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cairocffi==1.4.0
22
matplotlib==3.6.2
3-
numpy==1.23.4
3+
numpy==1.24.1
44
scipy==1.9.3
55
flask==2.2.2
66
pytest==7.2.0

0 commit comments

Comments
 (0)