PAYADOR-experiments / environment.yml
sgongora27's picture
init
2b659a0
raw
history blame contribute delete
176 Bytes
name: payador
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
- pip:
- google-generativeai==0.8
- jsonpickle==4.0
- gradio==5.*