File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,24 @@ repository = "https://github.com/sciknoworg/OntoLearner/"
1212include = [" 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"
1717networkx =" 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 =" * "
2323pydantic =" 2.11.3"
2424pathlib =" 1.0.1"
2525dspy =" 2.6.14"
26- python-dotenv =" 1.1.0 "
27- huggingface-hub =" >=0.30.0 "
26+ python-dotenv =" * "
27+ huggingface-hub =" 0.31.1 "
2828transformers =" 4.51.3"
29- torch =" 2.7 .0"
29+ torch =" 2.6 .0"
3030sentence-transformers =" 4.1.0"
3131scikit-learn =" 1.6.1"
32+ bitsandbytes =" 0.45.1"
3233
3334[tool .poetry .dev-dependencies ]
3435ruff = " *"
You can’t perform that action at this time.
0 commit comments