Spaces:
Runtime error
Runtime error
Commit
·
1fab4b7
1
Parent(s):
8e53f74
feat(clean): remove poetry, no need
Browse files- .python-version +0 -1
- pyproject.toml +0 -20
.python-version
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
3.10
|
|
|
|
pyproject.toml
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "homepage2vec"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = "Website Classifier"
|
5 |
-
authors = ["Your Name <you@example.com>"]
|
6 |
-
readme = "README.md"
|
7 |
-
|
8 |
-
[tool.poetry.dependencies]
|
9 |
-
python = "3.10.13"
|
10 |
-
requests = "*"
|
11 |
-
torch = "*"
|
12 |
-
beautifulsoup4 = "*"
|
13 |
-
lxml = "*"
|
14 |
-
sentence-transformers = "*"
|
15 |
-
numpy = "*"
|
16 |
-
|
17 |
-
|
18 |
-
[build-system]
|
19 |
-
requires = ["poetry-core"]
|
20 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|