Skip to content

Commit

Permalink
deps: downgrade pandas version from ^1.4.0 to ^1.2.5 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanix-Darker authored Feb 28, 2022
1 parent 72aafa4 commit 8c71616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peakina"
version = "0.7.0"
version = "0.7.1"
description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)"
authors = ["Toucan Toco <dev@toucantoco.com>"]
readme = "README.md"
Expand All @@ -24,7 +24,7 @@ certifi = "^2021.10.8"
chardet = "^4.0.0"
fastparquet = "^0.8.0"
jq = "^1.2.1"
pandas = "^1.4.0"
pandas = "^1.2.5"
paramiko = "^2.9.2"
pydantic = "^1.9.0"
python-slugify = ">=5.0.2,<7.0.0"
Expand Down

0 comments on commit 8c71616

Please sign in to comment.