diff --git a/pyproject.toml b/pyproject.toml index 16c589e..7b396b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aerie-cli" -version = "2.10.1" +version = "2.10.2" description = "A CLI application and Python API for interacting with Aerie." authors = [] license = "MIT" @@ -11,17 +11,17 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.6.8" -click = "^8.0.1" -typer = "^0.4.0" -arrow = "^1.2.2" +python = ">=3.6.8" +click = ">=8.0.1" +typer = ">=0.10.0" +arrow = ">=1.2.2" requests = "^2.27.1" rich = "^12.6.0" attrs = "^22.2.0" -pandas = "^1.1.5" -numpy = "^1.19.5" +pandas = ">=1.1.5" +numpy = { version = "^1.19.5", python = "<3.7" } appdirs = "^1.4.4" -importlib-metadata = "^4.8.2" +importlib-metadata = { version = "^4.8.2", python = "<3.8" } [tool.poetry.dev-dependencies] pytest = "^7.0.1"