19 lines
316 B
YAML
Executable File
19 lines
316 B
YAML
Executable File
# For stand
|
|
name: stand
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.12
|
|
- pip
|
|
- ipython
|
|
- cherrypy
|
|
- openpyxl
|
|
- pytables
|
|
- python-dotenv
|
|
- pyyaml
|
|
- simplejson
|
|
- streamlit-aggrid # Previously gotten from pip, but now fine from conda-forge
|
|
- streamlit # Previously fixed to =1.9.2
|
|
|
|
|