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 898f2b2 commit f90440fCopy full SHA for f90440f
pyproject.toml
@@ -29,7 +29,7 @@ exclude = ['dxfeed/tmp*']
29
30
[tool.poetry.dependencies]
31
python = '^3.6'
32
-pandas = [{version = '>=1.0,!=1.1.5,<1.2', python = '<3.7'}, {version = '^1.0.0', python = '^3.7']
+pandas = {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