Skip to content

Instantly share code, notes, and snippets.

@hogru
Created September 28, 2022 14:01
Show Gist options
  • Save hogru/cfc5354f536b5945372439faec67729d to your computer and use it in GitHub Desktop.
Save hogru/cfc5354f536b5945372439faec67729d to your computer and use it in GitHub Desktop.
poetry bug report: pyproject.toml
[tool.poetry]
name = "name"
version = "1.0a1"
description = "description"
authors = ["author"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.10"
codetiming = "^1.3.0"
tqdm = "^4.64.0"
torch = "^1.12.0"
pytorch-lightning = "^1.7.0"
rdkit-pypi = "^2022.3.2"
numpy = "^1.22.3"
loguru = "^0.6.0"
humanfriendly = "^10.0"
hydra-core = "^1.2"
jupyter = "^1.0.0"
notebook = "^6.4.11"
scipy = "^1.8.0"
PyTDC = "^0.3.6"
wandb = "^0.13.0"
packaging = "^21.3"
torchtext = "^0.12.0"
pandas = "^1.4.3"
subset = "^0.1.2"
rich = "^12.4.4"
torchmetrics = "^0.9.2"
pytest-mock = "^3.8.2"
fcd-torch = "^1.0.7"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
flake8 = "^4.0.1"
isort = "^5.10.1"
pytest = "^7.1"
pytest-cov = "^3.0.0"
mypy = "^0.971"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 80
target-version = ['py39']
include = '\.pyi?$'
exclude = '''
/(
\.toml
|\.sh
|\.git
|\.ini
)/
'''
[tool.isort]
profile = "black"
line_length = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment