Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 26, 2020
1 parent e35b90b commit 10cbe56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Abilian SAS"]
description = "OlaPy, an experimental OLAP engine based on Pandas"

[tool.poetry.dependencies]
python = "2.7.*,>3.6"
python = ">2.7"

# Later version don't support Python 2 anymore
numpy = "<1.17"
Expand Down Expand Up @@ -60,7 +60,7 @@ isort = "*"
mypy = { version = "*", python = "^3.6" }
flake8-bugbear = { version = "*", python = "^3.6" }
flake8-mypy = { version = "*", python = "^3.6" }
black = { version = "*", python = "^3.6", allows-prereleases = true }
black = { version = "*", python = "^3.6", allow-prereleases = true }

# Doc
sphinx-click = "*"
Expand Down

0 comments on commit 10cbe56

Please sign in to comment.