mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Allow pandas upgrade
This commit is contained in:
parent
313d2a9080
commit
1b0e50854f
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue