Anonymousblind commited on
Commit
a7f63b1
·
verified ·
1 Parent(s): 31c3d0d

Delete pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -26
pyproject.toml DELETED
@@ -1,26 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=61.0"]
3
- build-backend = "setuptools.backends._legacy:_Backend"
4
-
5
- [project]
6
- name = "svs-toolkit"
7
- version = "1.0.0"
8
- description = "Subspace Validity Suite: diagnostic toolkit for validating visual directions in Vision-Language Models"
9
- readme = "README.md"
10
- license = {text = "MIT"}
11
- requires-python = ">=3.8"
12
- dependencies = [
13
- "numpy>=1.21",
14
- "scipy>=1.7",
15
- "scikit-learn>=1.0",
16
- ]
17
-
18
- [project.optional-dependencies]
19
- full = [
20
- "torch>=1.10",
21
- "transformers>=4.30",
22
- "tqdm",
23
- ]
24
-
25
- [tool.setuptools.packages.find]
26
- include = ["svs*"]