Skip to content

Commit

Permalink
added altair + graphviz as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amartyanambiar committed Sep 5, 2023
1 parent bf453e8 commit c52aa2f
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions dependencies/py-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ dependencies:
- openjdk
- pip
- pip:
- jsonapi-client==0.9.9
- pandas==1.5.3
- numpy==1.24.2
- ipykernel==6.21.3
- matplotlib==3.7.1
- seaborn==0.12.2
- plotly==5.13.1
- sourmash==4.1.2
- biopython==1.81
- pyarrow==11.0.0

- jsonapi-client==0.9.9
- pandas==1.5.3
- numpy==1.24.2
- ipykernel==6.21.3
- matplotlib==3.7.1
- seaborn==0.12.2
- plotly==5.13.1
- sourmash==4.1.2
- biopython==1.81
- pyarrow==11.0.0
- altair==5.0.1
- graphviz==0.20.1

0 comments on commit c52aa2f

Please sign in to comment.