File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ The [Code Structure Analysis Pipeline](./.github/workflows/internal-java-code-an
135135 - [ numpy] ( https://numpy.org )
136136 - [ pandas] ( https://pandas.pydata.org )
137137 - [ pip] ( https://pip.pypa.io/en/stable )
138+ - [ plotly] ( https://plotly.com/python )
138139 - [ monotonic] ( https://github.com/atdt/monotonic )
139140 - [ Neo4j Python Driver] ( https://neo4j.com/docs/api/python-driver )
140141 - [ openTSNE] ( https://github.com/pavlin-policar/openTSNE )
Original file line number Diff line number Diff line change 11name : codegraph
22channels :
33 - conda-forge/label/python_rc # Needed on Mac since Python >= 3.12
4+ - plotly
45 - conda-forge
56dependencies :
67 - python=3.12.*
@@ -17,5 +18,6 @@ dependencies:
1718 - opentsne=1.0.* # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
1819 - wordcloud=1.9.*
1920 - monotonic=1.*
21+ - plotly=6.0.*
2022 - pip :
2123 - neo4j==5.23.*
You can’t perform that action at this time.
0 commit comments