soutrik commited on
Commit
b40c62a
·
1 Parent(s): 24e4bf5

new poetry file

Browse files
Files changed (2) hide show
  1. poetry.lock +0 -0
  2. pyproject.toml +9 -3
poetry.lock CHANGED
The diff for this file is too large to render. See raw diff
 
pyproject.toml CHANGED
@@ -21,7 +21,7 @@ tensorboard = "2.17.1"
21
  timm = "1.0.9"
22
  pandas = "^2.2.3"
23
  numpy = "^1.26.0"
24
- ruff = "^0.1.0"
25
  torch = {version = "^2.4.1", source = "pytorch_cuda"}
26
  torchvision = {version = "^0.19.1", source = "pytorch_cuda"}
27
  torchaudio = {version = "^2.4.1", source = "pytorch_cuda"}
@@ -56,7 +56,7 @@ confluent-kafka = "^2.6.0"
56
  aiokafka = "^0.12.0"
57
  azure-servicebus = "^7.12.3"
58
  aiohttp = "^3.10.10"
59
- aiofiles = "^24.1.0"
60
  aiologger = "^0.7.0"
61
  pyyaml = "^6.0.2"
62
  sqlalchemy-utils = "^0.41.2"
@@ -65,7 +65,7 @@ alembic = "^1.13.3"
65
  fastapi-limiter = "^0.1.6"
66
  redis = "5.0.8"
67
  redisearch = "2.0.0"
68
- python-multipart = "^0.0.17"
69
  python-dotenv = "^1.0.1"
70
  celery = "^5.4.0"
71
  fastapi-cache2 = "^0.2.2"
@@ -74,6 +74,12 @@ dvc-s3 = "^3.2.0"
74
  litserve = "^0.2.4"
75
  gpustat = "^1.1.1"
76
  nvitop = "^1.3.2"
 
 
 
 
 
 
77
 
78
  [tool.poetry.dev-dependencies]
79
  pytest-asyncio = "^0.20.3"
 
21
  timm = "1.0.9"
22
  pandas = "^2.2.3"
23
  numpy = "^1.26.0"
24
+ ruff = "*"
25
  torch = {version = "^2.4.1", source = "pytorch_cuda"}
26
  torchvision = {version = "^0.19.1", source = "pytorch_cuda"}
27
  torchaudio = {version = "^2.4.1", source = "pytorch_cuda"}
 
56
  aiokafka = "^0.12.0"
57
  azure-servicebus = "^7.12.3"
58
  aiohttp = "^3.10.10"
59
+ aiofiles = "*"
60
  aiologger = "^0.7.0"
61
  pyyaml = "^6.0.2"
62
  sqlalchemy-utils = "^0.41.2"
 
65
  fastapi-limiter = "^0.1.6"
66
  redis = "5.0.8"
67
  redisearch = "2.0.0"
68
+ python-multipart = "*"
69
  python-dotenv = "^1.0.1"
70
  celery = "^5.4.0"
71
  fastapi-cache2 = "^0.2.2"
 
74
  litserve = "^0.2.4"
75
  gpustat = "^1.1.1"
76
  nvitop = "^1.3.2"
77
+ gradio = "5.7.1"
78
+ gradio-client = "^1.5.0"
79
+ accelerate = "^1.1.1"
80
+ pyopenssl = "<23.0.0"
81
+ cryptography = "^44.0.0"
82
+ boto3 = "*"
83
 
84
  [tool.poetry.dev-dependencies]
85
  pytest-asyncio = "^0.20.3"