Skip to content

Commit

Permalink
clean dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Aug 25, 2024
1 parent 2cf2d63 commit 64f8574
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 0 additions & 4 deletions olah/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
import sys
from typing import AsyncGenerator, Generator
import warnings

import requests
import torch

from olah.constants import DEFAULT_LOGGER_DIR

handler = None
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"fastapi", "fastapi-utils", "httpx", "numpy", "pydantic<=2.8.2", "requests", "toml",
"fastapi", "fastapi-utils", "httpx", "numpy", "pydantic<=2.8.2", "pydantic-settings<=2.4.0", "requests", "toml",
"rich>=10.0.0", "shortuuid", "uvicorn", "tenacity>=8.2.2", "pytz", "cachetools", "GitPython",
"PyYAML"
"PyYAML", "typing_inspect>=0.9.0", "huggingface_hub", "jinja2"
]

[project.optional-dependencies]
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ cachetools==5.4.0
PyYAML==6.0.1
tenacity==8.5.0
peewee==3.17.6
typing_inspect==0.9.0
jinja2==3.1.4

0 comments on commit 64f8574

Please sign in to comment.