-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated matplotlib to 3.9.0 due to seaborn dependency issue
import seaborn as sns File "/opt/venv/lib/python3.10/site-packages/seaborn/__init__.py", line 9, in <module> from .matrix import * # noqa: F401,F403 File "/opt/venv/lib/python3.10/site-packages/seaborn/matrix.py", line 12, in <module> from . import cm File "/opt/venv/lib/python3.10/site-packages/seaborn/cm.py", line 1582, in <module> mpl_cm.register_cmap(_name, _cmap) AttributeError: module 'matplotlib.cm' has no attribute 'register_cmap'
- Loading branch information
1 parent
d90d946
commit 14a64f9
Showing
4 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+36.4 KB
crispr-ambiguous-mapping/dist/crispr_ambiguous_mapping-0.0.154-py3-none-any.whl
Binary file not shown.
Binary file added
BIN
+26.8 KB
crispr-ambiguous-mapping/dist/crispr_ambiguous_mapping-0.0.154.tar.gz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "crispr-ambiguous-mapping" | ||
version = "0.0.153" | ||
version = "0.0.154" | ||
description = "" | ||
authors = ["Basheer Becerra <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -10,7 +10,7 @@ packages = [{include = "crispr_ambiguous_mapping"}] | |
python = ">=3.8,<3.12" | ||
numpy = "^1.24.4" | ||
scipy = "^1.10.1" | ||
matplotlib = "^3.7.1" | ||
matplotlib = "3.9.0" | ||
biopython = "^1.81" | ||
pandarallel = "^1.6.4" | ||
typeguard = "^3.0.2" | ||
|