[tool.poetry] name = "HDTorch" version = "1.1.0" license = "MIT" description = "HDTorch: Accelerating Hyperdimensional Computing with GP-GPUs for Design Space Exploration" readme = "README.md" repository = "https://c4science.ch/source/hdtorch/" documentation = "https://hdtorch.readthedocs.io/en/latest/" authors = ["wasimon "] [tool.poetry.dependencies] python = "^3.6" [tool.poetry.dev-dependencies] pytest = "5.2" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"