diff --git a/pyproject.toml b/pyproject.toml index 5ca28e2..a3b5b7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ csv-metadata-quality = 'csv_metadata_quality.__main__:main' [tool.poetry.dependencies] python = "^3.9" -pandas = "^2.0.0" +pandas = {version = "^2.0.2", extras = ["feather", "performance"]} python-stdnum = "^1.18" requests = "^2.28.2" requests-cache = "^0.9.8" @@ -21,7 +21,6 @@ colorama = "^0.4.6" ftfy = "^6.1.1" country-converter = "~1.0.0" pycountry = {git = "https://github.com/alanorth/pycountry", rev = "iso-codes-4.13.0"} -pyarrow = "^11.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1"