Skip to content

Commit

Permalink
docker edit to force upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson committed Jul 6, 2021
1 parent 8b7fc70 commit 253f22e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8

RUN pip install scimap
RUN pip install scimap --upgrade

COPY . /app/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "scimap"
version = "0.17.5"
version = "0.17.6"
description = "Single-Cell Image Analysis Package"

license = "MIT"
Expand Down
Binary file modified scimap/.DS_Store
Binary file not shown.

0 comments on commit 253f22e

Please sign in to comment.