caNanoWiki / environment.yml
ruiheesi
Add applicaiton file
bfd0858
raw
history blame contribute delete
199 Bytes
name: caNanoWikiAI
channels:
- conda-forge
- defaults
dependencies:
- python=3.10.9
- openai=0.27.5
- numpy=1.24.3
- pandas=2.0.1
- tiktoken=0.4.0
- configparser=5.3.0
- flask=2.3.2