Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pvbhanuteja/fdb84bc8db772cc7cffa001c80fcf73d to your computer and use it in GitHub Desktop.
Save pvbhanuteja/fdb84bc8db772cc7cffa001c80fcf73d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "swapping-autoencoder-pytorch"
version = "0.1.0"
description = ""
authors = ["Bhanu <*@gmail.com>"]
[tool.poetry.dependencies]
python = "3.6.14"
torch = {url = "https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp38-cp38-linux_x86_64.whl"}
torchvision = {url = "https://download.pytorch.org/whl/cpu/torchvision-0.10.0%2Bcpu-cp36-cp36m-linux_x86_64.whl"}
matplotlib = "3.3"
dominate = "^2.6.0"
torchgeometry = "^0.1.2"
func-timeout = "^4.3.5"
GPUtil = "^1.4.0"
Pillow = "^8.3.1"
scikit-learn = "^0.24.2"
visdom = "^0.1.8"
ninja = "^1.10.2"
lmdb = "^1.2.1"
opencv-python = "4.4.0.46"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment