Skip to content

Commit b672bc0

Browse files
authored
Remove pandas from extras in file-based (#45362)
1 parent e00eaf6 commit b672bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-cdk/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ requests-mock = "*"
8484
codeflash = "*"
8585

8686
[tool.poetry.extras]
87-
file-based = ["avro", "fastavro", "pyarrow", "unstructured", "pdf2image", "pdfminer.six", "unstructured.pytesseract", "pytesseract", "markdown", "python-calamine", "pandas"]
87+
file-based = ["avro", "fastavro", "pyarrow", "unstructured", "pdf2image", "pdfminer.six", "unstructured.pytesseract", "pytesseract", "markdown", "python-calamine"]
8888
sphinx-docs = ["Sphinx", "sphinx-rtd-theme"]
8989
vector-db-based = ["langchain", "openai", "cohere", "tiktoken"]
9090

0 commit comments

Comments
 (0)