diff --git a/environment.yml b/environment.yml index 56c58c5e0..c267f86a0 100644 --- a/environment.yml +++ b/environment.yml @@ -11,7 +11,6 @@ dependencies: - python==3.10.0 - jinja2 - numpy - - pillow - pydantic - scipy - pytest diff --git a/pyproject.toml b/pyproject.toml index 57ee4d2bd..3ffddd92a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,11 +28,9 @@ dependencies = [ "lark", "nest_asyncio", "numpy", - "pillow", "perscache", "pydantic>=2.0", "scipy", - "tenacity", "torch>=2.1", "numba", "joblib", @@ -99,13 +97,10 @@ module = [ "nest_asyncio", "numpy.*", "perscache.*", - "PIL", - "PIL.Image", "pydantic.*", "pytest", "referencing.*", "scipy.*", - "tenacity.*", "tiktoken.*", "torch", "transformers.*",