Skip to content

Commit 57236cb

Browse files
committed
Use graspologic-native directly in pyproject
1 parent e91a6f2 commit 57236cb

File tree

2 files changed

+178
-118
lines changed

2 files changed

+178
-118
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ dependencies = [
4646
"tiktoken>=0.9.0",
4747
# Data-Science
4848
"numpy>=1.25.2",
49-
"graspologic>=3.4.1",
5049
"networkx>=3.4.2",
5150
"pandas>=2.2.3",
5251
"pyarrow>=17.0.0",
@@ -66,6 +65,8 @@ dependencies = [
6665
"tqdm>=4.67.1",
6766
"textblob>=0.18.0.post0",
6867
"spacy>=3.8.4",
68+
"graspologic-native>=1.2.5",
69+
"graspologic>=3.4.4",
6970
]
7071

7172
[project.optional-dependencies]
@@ -260,4 +261,4 @@ exclude = ["**/node_modules", "**/__pycache__"]
260261
asyncio_default_fixture_loop_scope = "function"
261262
asyncio_mode = "auto"
262263
timeout = 1000
263-
env_files = [".env"]
264+
env_files = [".env"]

0 commit comments

Comments
 (0)