diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 5f30eef..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,39 +0,0 @@ -[tool.poetry] -name = "oodgen" -version = "0.1.0" -description = "" -authors = ["Philipp Oberdiek "] -license = "MIT" -readme = "README.md" - -[tool.poetry.dependencies] -python = "^3.7" -torch = "*" -torchvision = "*" -sacred = "*" -numpy = "*" -matplotlib = "*" -sklearn = "*" -scipy = "*" -pymongo = "*" -tabulate = "*" -pandas = "*" -pytorch-lightning = "^1.7.0" -bnn = { git = "https://github.com/RonMcKay/bnn", branch = "master" } - -[tool.poetry.dev-dependencies] -flake8 = "*" -black = "*" -isort = "*" - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" - -[tool.black] -line-length = 88 - -[tool.isort] -profile = "black" -force_sort_within_sections = true -line_length = 88 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..542be8a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +torch +torchvision +flake8 +black +isort +mypy +sacred +matplotlib +numpy +sklearn +scipy +pymongo +tabulate +pandas +pytorch-lightning>=1.7.0 +git+file:///home/poberdie/checkouts/bnn@master