diff --git a/stand-crq.yml b/stand-crq.yml new file mode 100755 index 0000000..f1366df --- /dev/null +++ b/stand-crq.yml @@ -0,0 +1,18 @@ +# 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 + +