Skip to content

Commit

Permalink
Updated seaborn version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingBash committed Jun 6, 2024
1 parent 60ef329 commit e57f056
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ ENV PATH="${VENV}/bin:$PATH"

# Install from PyPI
RUN pip install --upgrade pip
RUN pip install crispr-ambiguous-mapping==0.0.145
RUN pip install crispr-ambiguous-mapping==0.0.146
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions crispr-ambiguous-mapping/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crispr-ambiguous-mapping"
version = "0.0.145"
version = "0.0.146"
description = ""
authors = ["Basheer Becerra <[email protected]>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ biopython = "^1.81"
pandarallel = "^1.6.4"
typeguard = "^3.0.2"
pandas = "^1.5.3"
seaborn = "^0.11.2"
seaborn = "0.13.2"


[build-system]
Expand Down

0 comments on commit e57f056

Please sign in to comment.