Skip to content

Commit

Permalink
Allow pandas upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 18, 2024
1 parent 313d2a9 commit 1b0e508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ requests = "^2.22.0"
requests-futures = "^1.0.0"
stem = "^1.8.0"
torrequest = "^0.1.0"
pandas = "^1.0.0"
# pandas can likely be bumped up to ^2.0.0 after fc39 EOL
pandas = ">=1.0.0,<3.0.0"
openpyxl = "^3.0.10"
exrex = "^0.11.0"

Expand Down

0 comments on commit 1b0e508

Please sign in to comment.