python - can not deploy django scikit learn project on heroku, slug size too large error -


i trying deploy pet project on heroku, keep getting error: "slug size 314 mb, maximum limit 300 mb". tried purging cache no effect. it's small project, listing requirements.txt file here, if helps. suggestion on deploying appreciated. thank you.

requirements.txt django==1.9.6 django-bootstrap3==7.0.1 django-registration-redux==1.4 gunicorn==19.4.5 psycopg2==2.6.1 whitenoise==2.0.6 dj-database-url==0.4.0  conda-requirements.txt numpy scipy scikit-learn 

using conda buildpack: https://github.com/kennethreitz/conda-buildpack


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -