I followed a tutorial on how to post Voila notebooks on Heroku but at the command git push heroku master I get an error as in:
ERROR: Invalid requirement: '_libgcc_mutex=0.1=conda_forge' (from line 4 of /tmp/build_869fdf5f/requirements.txt)
remote: Hint: = is not a valid operator. Did you mean == ?
The requiremets were exported from a conda environment. Please help.