Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
czaloom committed Dec 12, 2024
1 parent f5caaf6 commit 2f3ccab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,14 @@ repos:
hooks:
- id: pyright
additional_dependencies: [
"requests",
"Pillow >= 9.1.0",
"numpy",
"pandas>=2.2.2",
"pandas-stubs", # fixes pyright issues with pandas
"pandas[performance]",
"pytest",
"python-dotenv",
"SQLAlchemy>=2.0",
"fastapi[all]>=0.100.0",
"importlib_metadata; python_version < '3.8'",
"pydantic-settings",
"tqdm",
"packaging",
"PyJWT[crypto]",
"structlog",
"GeoAlchemy2",
"psycopg2-binary",
"pgvector",
"openai",
"mistralai>=1.0",
"absl-py",
"nltk",
"rouge_score",
"evaluate",
Expand Down

0 comments on commit 2f3ccab

Please sign in to comment.