Skip to content

Commit

Permalink
[EN-3260] pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Sep 3, 2021
1 parent 82746a1 commit 0610ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 0610ece

Please sign in to comment.