lynn-twinkl commited on
Commit
ddeb431
·
1 Parent(s): 29c97ee

from new uv venv

Browse files
Files changed (3) hide show
  1. .python-version +1 -0
  2. pyproject.toml +27 -0
  3. uv.lock +0 -0
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
pyproject.toml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = ""
3
+ version = "0.0.1"
4
+ dependencies = [
5
+ "altair",
6
+ "bertopic",
7
+ "contractions",
8
+ "joblib",
9
+ "langchain-core",
10
+ "langchain-openai",
11
+ "nltk",
12
+ "numpy",
13
+ "openai",
14
+ "pandas",
15
+ "python-dotenv",
16
+ "scikit-learn",
17
+ "sentence-transformers",
18
+ "spacy",
19
+ "streamlit",
20
+ "streamlit-extras",
21
+ "torch",
22
+ "tqdm",
23
+ "watchdog>=6.0.0",
24
+ ]
25
+
26
+ [tool.uv]
27
+ package = false
uv.lock ADDED
The diff for this file is too large to render. See raw diff