Category "requirements"

hugging face transformers not downloading based on requirements list/ pip freeze

a pip freeze yields the following for hugging face transformers: git+https://github.com/huggingface/transformers.git@8ddbfe975264a94f124684a138a2a5ca89a2bd0d

pip-compile error using Anaconda - File "/opt/anaconda3/bin/pip-compile", line 8, in <module> sys.exit(cli())

My pip version is 22.0.4. I had the most recent version but had to downgrad because I noticed the same error mentioned here: https://github.com/jazzband/pip-too

Unable to deploy fbprophet in heroku

I am unable to deploy fbprophet time series model into heroku. Locally, it works well. The requirements.txt file contains as follows. numpy pandas matplotlib py