File size: 918 Bytes
7b16cb8 cc9dfd7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# ----------------------------------------------------------------------------- # DeOldify Requirements # # This file lists the pip-installable dependencies for the DeOldify project. # # Note: # - This requirements file was derived from a Conda environment YAML file. # - Some system-level or non-Python dependencies (e.g., mkl, ffmpeg) are # not listed here and must be installed separately. # - Please ensure you are using Python 3.10 as specified in the original spec. # # - or just install conda and run `conda env create -f environment.yml` # ----------------------------------------------------------------------------- fastapi==0.104.0 uvicorn==0.23.2 streamlit==1.27.0 python-multipart==0.0.6 wandb fastai==1.0.60 tensorboardX>=1.6 ffmpeg ffmpeg-python jupyterlab opencv-python>=4.2.0.32 Pillow==9.3.0 --extra-index-url https://download.pytorch.org/whl/cu113 torch==1.11.0 torchvision==0.12.0 ipywidgets |