Skip to content

Commit

Permalink
enforce older matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed May 22, 2024
1 parent ee679b4 commit 56a0559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ See the [documentation](https://pinellolab.github.io/crispr-bean/) for tutorials
| Coding sequence tiling libarary | Survival / Proliferation | Yes/No | [Coding sequence tiling screen](https://pinellolab.github.io/crispr-bean/tutorial_prolif_cds.html)
| Perturbation library without reporter | FACS sorting | No | [No reporter screen](https://pinellolab.github.io/crispr-bean/tutorial_no_edit.html)

Also see notebook that visualizes screen analysis result [here]().
Also see notebook that visualizes screen analysis result [here](https://github.com/pinellolab/crispr-bean/blob/main/docs/visualize_var.ipynb).


### Library design: variant or tiling?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"pandas",
"scipy",
"perturb-tools>=0.3.3",
"matplotlib",
"matplotlib<=3.9",
"seaborn>=0.13.0",
"tqdm",
"bio",
Expand Down

0 comments on commit 56a0559

Please sign in to comment.