Skip to content

Commit

Permalink
remove references to pandas optional dependencies (does not exist) (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Jul 11, 2024
1 parent 2283369 commit d79600a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ cv = [
"transformers>=4.36.0"
]
remote = [
"datachain[pandas]",
"lz4",
"msgpack>=1.0.4,<2",
"requests>=2.22.0"
Expand All @@ -69,7 +68,7 @@ vector = [
"usearch"
]
tests = [
"datachain[cv,pandas,remote,vector]",
"datachain[cv,remote,vector]",
"pytest>=8,<9",
"pytest-sugar>=0.9.6",
"pytest-cov>=4.1.0",
Expand Down

0 comments on commit d79600a

Please sign in to comment.