0

According to several online articles like this one, you need to create a requirements.txt file to deploy a streamlit app via Heroku. My project has an environment.yml file for a conda environment instead, and I'm wondering if it's possible to use that rather than requirements.txt? Thanks!

phd
  • 82,685
  • 13
  • 120
  • 165
dfried
  • 313
  • 2
  • 8
  • There're buildpacks to create conda environment at Heroku dynos. See https://stackoverflow.com/a/55090663/7976758 Found in https://stackoverflow.com/search?q=%5Bheroku%5D+conda – phd Nov 09 '22 at 17:01
  • https://stackoverflow.com/q/47949173/7976758 – phd Nov 09 '22 at 17:02

0 Answers0