We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82746a1 commit 0610eceCopy full SHA for 0610ece
pyproject.toml
@@ -29,7 +29,7 @@ exclude = ['dxfeed/tmp*']
29
30
[tool.poetry.dependencies]
31
python = '^3.6'
32
-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'}]
33
toml = '^0.10.2'
34
# The following dependencies are used for docs generation when installed as extras
35
# (e.g. pip install nornir[docs])
0 commit comments