19 lines
345 B
YAML
Executable File
19 lines
345 B
YAML
Executable File
# For stand
|
|
name: stand
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python
|
|
- pip
|
|
- ipython
|
|
- cherrypy
|
|
- openpyxl
|
|
- pytables
|
|
- conda-forge::streamlit=1.9.2 # Does this still need to be a fixed version?
|
|
- conda-forge::python-dotenv
|
|
- pyyaml
|
|
- simplejson
|
|
# Jupyterlab extensions
|
|
- pip:
|
|
- streamlit-aggrid
|