Skip to content

Commit

Permalink
Update to Python 3.11, Update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmousee committed Jan 2, 2023
1 parent eeb94ec commit 472fa00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/python:3.10
- image: cimg/python:3.11
parallelism: 4

working_directory: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11
EXPOSE 5000


Expand Down
2 changes: 1 addition & 1 deletion 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
flask==2.2.2
pytest==7.2.0

0 comments on commit 472fa00

Please sign in to comment.