Skip to content

Commit

Permalink
Remove unused packages from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 17, 2023
1 parent dc75044 commit 7ee827f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- python==3.10.0
- jinja2
- numpy
- pillow
- pydantic
- scipy
- pytest
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ dependencies = [
"lark",
"nest_asyncio",
"numpy",
"pillow",
"perscache",
"pydantic>=2.0",
"scipy",
"tenacity",
"torch>=2.1",
"numba",
"joblib",
Expand Down Expand Up @@ -99,13 +97,10 @@ module = [
"nest_asyncio",
"numpy.*",
"perscache.*",
"PIL",
"PIL.Image",
"pydantic.*",
"pytest",
"referencing.*",
"scipy.*",
"tenacity.*",
"tiktoken.*",
"torch",
"transformers.*",
Expand Down

0 comments on commit 7ee827f

Please sign in to comment.