Skip to content

Commit

Permalink
lowered pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Aug 13, 2024
1 parent 1a4fbe6 commit 5a1c2eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tests = [
"mongomock==3.23.0",
"jsonapi-client==0.9.9",
"pytest-cov==2.12.1",
"pandas==2.2.2",
"pandas==2.2.1",
"responses==0.23.1",
"Faker==19.6.2",
]
Expand Down Expand Up @@ -114,12 +114,8 @@ exclude =
emgapi/migrations
max-complexity = 10
max-line-length = 119
[testenv:py39]
basepython = python3.9
"""


[tool.bumpversion]
current_version = "2.4.47"

Expand Down

0 comments on commit 5a1c2eb

Please sign in to comment.