CodeViz / environment.yml
TD-jayadeera's picture
Implement initial project structure and setup
26ee80c
raw
history blame contribute delete
305 Bytes
name: codeviz3
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- pip
- pip:
- gradio>=4.19.2
- openai
- pillow
- matplotlib
- networkx
- imageio
- uvicorn
- fastapi
- pydantic
- astroid
- tree-sitter
- tree-sitter-python
- jedi