9 Commits

Author SHA1 Message Date
Gareth Davidson dff82b6d2e Remove execution bit
All the files marked as executable were bugging me, so I ran this:

find . -executable -type f -print0 | xargs -0 grep -L '#!' | xargs chmod -x
2022-09-19 08:50:00 +01:00
Jason Antic d5a716bd5a Getting rid of Docker support; youtube_dl -> yt_dlp; fixing installation 2022-07-08 20:14:25 -07:00
Alexandre Vicenzi 8b805b4498 pypi: setup.py to enable deploy to pypi
setup.py will allow to deploy DeOldify to
PyPI and make it pip installable.

This patch itself does not deploy to PyPI,
a configuration file is required to deploy
automatically when there's a new release.

For now, it does not include the README into
the description because it will be to hard to
understand on PyPI. Another patch will be
sent to create a description that can
actually fit PyPI.
2019-08-20 21:51:25 +02:00
Jason Antic fa6df9df8d Updating requirements (very simple now!) 2019-01-29 15:13:23 -08:00
Jason Antic 41ba7426b9 Adding tensorboardX to requirements 2018-11-18 23:08:19 -08:00
Jason Antic 5867d017d8 Removing pytorch from requirements.txt and setup 2018-11-18 23:02:08 -08:00
Jason Antic 62b55b0dd5 Fixing setup.py for pytorch requirement 2018-11-18 22:46:35 -08:00
Jason Antic 01f7021899 Fixing file 2018-11-18 22:29:47 -08:00
Jason Antic ff89354984 Improving install process
Updating environment.yml to install -all- requirements correctly.  Same with requirements.txt.  Simplifying colab notebook in the process
2018-11-18 22:24:59 -08:00