Skip to content

Commit

Permalink
upgraded pandas version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MGS-sails committed Aug 13, 2024
1 parent cfe55ad commit b4dc20c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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==1.3.2",
"pandas==2.2.2",
"responses==0.23.1",
"Faker==19.6.2",
]
Expand All @@ -93,8 +93,7 @@ admin = [
]

webuploader = [
"pandas==1.3.2",
"numpy==1.21.2",
"pandas==1.3.2"
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit b4dc20c

Please sign in to comment.