diff --git a/pyproject.toml b/pyproject.toml index f5f257e..5abe2de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ exclude = ['dxfeed/tmp*'] [tool.poetry.dependencies] python = '^3.6' -pandas = '^1.0.0' +pandas = [{version = '>=1.0,!=1.1.5,<1.2', python = '>=3.6.1,<3.7'}, {version = '^1.0.0', python = '^3.7'}] toml = '^0.10.2' # The following dependencies are used for docs generation when installed as extras # (e.g. pip install nornir[docs])