lynn-twinkl commited on
Commit ·
74817dc
1
Parent(s): 1cc6aaf
removed altair; added px and spacy models
Browse files- pyproject.toml +5 -1
- uv.lock +12 -2
pyproject.toml
CHANGED
|
@@ -3,9 +3,9 @@ name = ""
|
|
| 3 |
version = "0.0.1"
|
| 4 |
requires-python = ">=3.12"
|
| 5 |
dependencies = [
|
| 6 |
-
"altair",
|
| 7 |
"bertopic",
|
| 8 |
"contractions",
|
|
|
|
| 9 |
"joblib",
|
| 10 |
"jupyterlab>=4.4.2",
|
| 11 |
"langchain-core",
|
|
@@ -14,6 +14,7 @@ dependencies = [
|
|
| 14 |
"openai",
|
| 15 |
"pandas",
|
| 16 |
"pip>=25.1.1",
|
|
|
|
| 17 |
"python-dotenv",
|
| 18 |
"scikit-learn",
|
| 19 |
"sentence-transformers",
|
|
@@ -27,3 +28,6 @@ dependencies = [
|
|
| 27 |
|
| 28 |
[tool.uv]
|
| 29 |
package = false
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
version = "0.0.1"
|
| 4 |
requires-python = ">=3.12"
|
| 5 |
dependencies = [
|
|
|
|
| 6 |
"bertopic",
|
| 7 |
"contractions",
|
| 8 |
+
"en-core-web-sm",
|
| 9 |
"joblib",
|
| 10 |
"jupyterlab>=4.4.2",
|
| 11 |
"langchain-core",
|
|
|
|
| 14 |
"openai",
|
| 15 |
"pandas",
|
| 16 |
"pip>=25.1.1",
|
| 17 |
+
"plotly>=6.1.0",
|
| 18 |
"python-dotenv",
|
| 19 |
"scikit-learn",
|
| 20 |
"sentence-transformers",
|
|
|
|
| 28 |
|
| 29 |
[tool.uv]
|
| 30 |
package = false
|
| 31 |
+
|
| 32 |
+
[tool.uv.sources]
|
| 33 |
+
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }
|
uv.lock
CHANGED
|
@@ -11,9 +11,9 @@ name = ""
|
|
| 11 |
version = "0.0.1"
|
| 12 |
source = { virtual = "." }
|
| 13 |
dependencies = [
|
| 14 |
-
{ name = "altair" },
|
| 15 |
{ name = "bertopic" },
|
| 16 |
{ name = "contractions" },
|
|
|
|
| 17 |
{ name = "joblib" },
|
| 18 |
{ name = "jupyterlab" },
|
| 19 |
{ name = "langchain-core" },
|
|
@@ -22,6 +22,7 @@ dependencies = [
|
|
| 22 |
{ name = "openai" },
|
| 23 |
{ name = "pandas" },
|
| 24 |
{ name = "pip" },
|
|
|
|
| 25 |
{ name = "python-dotenv" },
|
| 26 |
{ name = "scikit-learn" },
|
| 27 |
{ name = "sentence-transformers" },
|
|
@@ -35,9 +36,9 @@ dependencies = [
|
|
| 35 |
|
| 36 |
[package.metadata]
|
| 37 |
requires-dist = [
|
| 38 |
-
{ name = "altair" },
|
| 39 |
{ name = "bertopic" },
|
| 40 |
{ name = "contractions" },
|
|
|
|
| 41 |
{ name = "joblib" },
|
| 42 |
{ name = "jupyterlab", specifier = ">=4.4.2" },
|
| 43 |
{ name = "langchain-core" },
|
|
@@ -46,6 +47,7 @@ requires-dist = [
|
|
| 46 |
{ name = "openai" },
|
| 47 |
{ name = "pandas" },
|
| 48 |
{ name = "pip", specifier = ">=25.1.1" },
|
|
|
|
| 49 |
{ name = "python-dotenv" },
|
| 50 |
{ name = "scikit-learn" },
|
| 51 |
{ name = "sentence-transformers" },
|
|
@@ -641,6 +643,14 @@ wheels = [
|
|
| 641 |
{ url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277, upload-time = "2023-12-24T09:54:30.421Z" },
|
| 642 |
]
|
| 643 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 644 |
[[package]]
|
| 645 |
name = "entrypoints"
|
| 646 |
version = "0.4"
|
|
|
|
| 11 |
version = "0.0.1"
|
| 12 |
source = { virtual = "." }
|
| 13 |
dependencies = [
|
|
|
|
| 14 |
{ name = "bertopic" },
|
| 15 |
{ name = "contractions" },
|
| 16 |
+
{ name = "en-core-web-sm" },
|
| 17 |
{ name = "joblib" },
|
| 18 |
{ name = "jupyterlab" },
|
| 19 |
{ name = "langchain-core" },
|
|
|
|
| 22 |
{ name = "openai" },
|
| 23 |
{ name = "pandas" },
|
| 24 |
{ name = "pip" },
|
| 25 |
+
{ name = "plotly" },
|
| 26 |
{ name = "python-dotenv" },
|
| 27 |
{ name = "scikit-learn" },
|
| 28 |
{ name = "sentence-transformers" },
|
|
|
|
| 36 |
|
| 37 |
[package.metadata]
|
| 38 |
requires-dist = [
|
|
|
|
| 39 |
{ name = "bertopic" },
|
| 40 |
{ name = "contractions" },
|
| 41 |
+
{ name = "en-core-web-sm", url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" },
|
| 42 |
{ name = "joblib" },
|
| 43 |
{ name = "jupyterlab", specifier = ">=4.4.2" },
|
| 44 |
{ name = "langchain-core" },
|
|
|
|
| 47 |
{ name = "openai" },
|
| 48 |
{ name = "pandas" },
|
| 49 |
{ name = "pip", specifier = ">=25.1.1" },
|
| 50 |
+
{ name = "plotly", specifier = ">=6.1.0" },
|
| 51 |
{ name = "python-dotenv" },
|
| 52 |
{ name = "scikit-learn" },
|
| 53 |
{ name = "sentence-transformers" },
|
|
|
|
| 643 |
{ url = "https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277, upload-time = "2023-12-24T09:54:30.421Z" },
|
| 644 |
]
|
| 645 |
|
| 646 |
+
[[package]]
|
| 647 |
+
name = "en-core-web-sm"
|
| 648 |
+
version = "3.8.0"
|
| 649 |
+
source = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }
|
| 650 |
+
wheels = [
|
| 651 |
+
{ url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl", hash = "sha256:1932429db727d4bff3deed6b34cfc05df17794f4a52eeb26cf8928f7c1a0fb85" },
|
| 652 |
+
]
|
| 653 |
+
|
| 654 |
[[package]]
|
| 655 |
name = "entrypoints"
|
| 656 |
version = "0.4"
|