LPX55 commited on
Commit
d5aaaa1
·
verified ·
1 Parent(s): db84c53

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -30
pyproject.toml DELETED
@@ -1,30 +0,0 @@
1
- [project]
2
- name = "opensight-deepfake-detection-models-playground"
3
- version = "0.1.0"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- requires-python = ">=3.11"
7
- dependencies = [
8
- "datasets>=3.5.0",
9
- "gputil>=1.4.0",
10
- "gradio-client==1.10.3",
11
- "gradio-log>=0.0.8",
12
- "gradio[mcp]>=5.33.1",
13
- "huggingface-hub[hf-xet]>=0.31.0",
14
- "onnxruntime>=1.22.1",
15
- "opencv-python>=4.11.0.86",
16
- "pillow>=11.3.0",
17
- "psutil>=5.9.8",
18
- "pydantic==2.11.5",
19
- "pyexiftool>=0.5.6",
20
- "python-dotenv>=1.1.1",
21
- "pywavelets==1.8.0",
22
- "spaces>=0.39.0",
23
- "torch>=2.7.1",
24
- "torchaudio>=2.7.1",
25
- "torchvision>=0.22.1",
26
- "transformers",
27
- ]
28
-
29
- [tool.uv.sources]
30
- transformers = { git = "https://github.com/huggingface/transformers.git" }