Skip to content

Commit

Permalink
fix: add specific version of pandas to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe-Levin committed Nov 8, 2024
1 parent 5997556 commit 9568677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space2stats_api/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest-benchmark = "^4.0.0"
requests = "^2.32.3"
types-requests = "^2.32.0.20240907"
pyarrow = "^17.0.0"
pandas = "*"
pandas = "^2.2.3"

[tool.poetry.scripts]
space2stats-ingest = "space2stats_ingest.cli:app"
Expand Down

0 comments on commit 9568677

Please sign in to comment.