jarvis / environment.yml
megamined's picture
Initial commit
b36a86c
raw
history blame
210 Bytes
name: jarvis
channels:
- conda-forge
dependencies:
- python=3.10
- pip
- python-dotenv
- black
- pip:
- simpleaichat
- pyowm>3.0
- aiohttp
- openai
- gradio
- faster-whisper