Skip to content

Commit

Permalink
reqs and dockerfile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Aug 14, 2024
1 parent 8048e18 commit d98f7ec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11

WORKDIR /app

Expand Down Expand Up @@ -30,4 +30,4 @@ RUN pip install --no-deps \
spinedb_api==0.30.5
RUN pip install -r requirements.txt

# ENTRYPOINT ["python", "src/app.py" ]
ENTRYPOINT ["python", "src/app.py" ]
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
chardet>=4.0.0
dagster==0.12.8
datapackage >=1.15.2
faker >=8.1.2
faker>=8.1.2
flask==1.1.4
flask_oidc==1.4.0
gdx2py >=2.1.1
ijson >=3.1.4
gdx2py>=2.1.1
ijson>=3.1.4
jill==0.11.5
jupyter-client>=6.0
markupsafe<2.1
matplotlib>= 3.5
networkx>=2.6
numpy==1.26.4
openpyxl >=3.0.7
openpyxl>=3.0.7
okta==2.9.5
pendulum<3.0.0
protobuf<3.21.0
psycopg2-binary==2.9.9
pyodbc >=4.0
pyodbc>=4.0
pygments>=2.8
pytest
pandas>=1.3.2
pyzmq >=21.0
pyzmq>=21.0
pyside6==6.6.3.1
qtconsole>=5.1
scipy>=1.7.1
Expand Down

0 comments on commit d98f7ec

Please sign in to comment.