Skip to content

Commit 98f98a1

Browse files
committed
📝 update toml packages
1 parent dd016fd commit 98f98a1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

pyproject.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,24 @@ repository = "https://github.com/sciknoworg/OntoLearner/"
1212
include = ["images/logo.png"]
1313

1414
[tool.poetry.dependencies]
15-
python = ">=3.10,<3.14.0"
16-
rdflib ="7.1.1"
15+
python=">=3.10,<3.14.0"
16+
rdflib="7.1.1"
1717
networkx ="3.2.1"
18-
seaborn="0.13.2"
19-
numpy="2.2.4"
20-
pandas="2.2.3"
21-
matplotlib="3.10.0"
22-
tqdm="4.67.1"
18+
seaborn="*"
19+
numpy="*"
20+
pandas="*"
21+
matplotlib="*"
22+
tqdm="*"
2323
pydantic="2.11.3"
2424
pathlib="1.0.1"
2525
dspy="2.6.14"
26-
python-dotenv="1.1.0"
27-
huggingface-hub=">=0.30.0"
26+
python-dotenv="*"
27+
huggingface-hub="0.31.1"
2828
transformers="4.51.3"
29-
torch="2.7.0"
29+
torch="2.6.0"
3030
sentence-transformers="4.1.0"
3131
scikit-learn="1.6.1"
32+
bitsandbytes="0.45.1"
3233

3334
[tool.poetry.dev-dependencies]
3435
ruff = "*"

0 commit comments

Comments
 (0)