Skip to content

Commit

Permalink
fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 2, 2023
1 parent cfbe255 commit 5656cfd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-webservice
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8


COPY ./requirements.txt /tmp/
Expand Down
15 changes: 7 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
fastapi==0.103.2
h5py==3.9.0
numpy==1.26.0
pandas==2.1.1
passlib==1.7.4
Pillow==10.0.1
pydantic==2.4.2
fastapi
h5py
numpy
pandas
passlib
Pillow
pyscicat @ git+https://github.com/dylanmcreynolds/pyscicat@small_fixes
pytz==2023.3.post1
pytz

0 comments on commit 5656cfd

Please sign in to comment.