Skip to content

Commit 0610ece

Browse files
committed
[EN-3260] pandas version
1 parent 82746a1 commit 0610ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = ['dxfeed/tmp*']
2929

3030
[tool.poetry.dependencies]
3131
python = '^3.6'
32-
pandas = '^1.0.0'
32+
pandas = [{version = '>=1.0,!=1.1.5,<1.2', python = '>=3.6.1,<3.7'}, {version = '^1.0.0', python = '^3.7'}]
3333
toml = '^0.10.2'
3434
# The following dependencies are used for docs generation when installed as extras
3535
# (e.g. pip install nornir[docs])

0 commit comments

Comments
 (0)