Skip to content

Instantly share code, notes, and snippets.

@hjmr
Created March 2, 2020 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hjmr/ff1466f9679852f3e9d8c1cc45759997 to your computer and use it in GitHub Desktop.
Save hjmr/ff1466f9679852f3e9d8c1cc45759997 to your computer and use it in GitHub Desktop.
A problematic pyproject.toml for Poetry
[tool.poetry]
name = "word2vec"
version = "0.1.0"
description = ""
authors = ["hjmr <2620990+hjmr@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.7"
scikit-learn = "^0.22.2"
matplotlib = "^3.1.3"
japanize-matplotlib = "^1.0.5"
gensim = {version = "^3.8.1", allow-prereleases = true}
[tool.poetry.dev-dependencies]
pylint = "^2.4.4"
autopep8 = "^1.5"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment