fixed pandas bug

This commit is contained in:
Tim
2024-01-21 12:43:04 +01:00
parent 9106e7e51a
commit 974e109759
2 changed files with 49 additions and 53 deletions

View File

@@ -62,7 +62,7 @@ frozendict = "^2.3.9"
html5lib = "^1.1"
loguru = "^0.7.0"
networkx = "^3.2.1"
pandas = "^2.1.4"
pandas = "2.1.4"
pgeocode = "^0.4.1"
psycopg2-binary = "^2.9.7"
pymongo = "^4.6.0"