diff --git a/pyproject.toml b/pyproject.toml index 92e8a99..bd06628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ homepage = 'https://github.com/chrisleaman/py-wave-runup' documentation = 'https://py-wave-runup.readthedocs.io' [tool.poetry.dependencies] -python = "~2.7 || ^3.4 || ^3.5 || ^3.6 || ^3.7" +python = "^3.5 || ^3.6 || ^3.7" numpy = "^1.16" [tool.poetry.dev-dependencies]