Spaces:
Running
Running
Gordon Weakliem
commited on
Commit
·
30c18ce
1
Parent(s):
5fbeef0
Manage with uv
Browse files- .python-version +1 -0
- pyproject.toml +9 -0
- uv.lock +0 -0
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3.11
|
pyproject.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "embed-experiments"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"sentence-transformers>=3.4.1",
|
9 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|