File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ rank_bm25==0.2.2
1111rapidfuzz == 3.5.2
1212rdflib == 7.1.1
1313sentence_transformers == 3.4.1
14- setfit == 1.1.1
1514torch == 2.5.0
1615tqdm == 4.66.3
1716transformers == 4.48.2
1817huggingface_hub == 0.28.1
18+ setfit == 1.1.1
1919bitsandbytes == 0.45.1
2020pre-commit
2121setuptools
Original file line number Diff line number Diff line change 55
66setup (
77 name = "OntoAligner" ,
8- version = "1.2.2 " ,
8+ version = "1.2.3 " ,
99 author = "Hamed Babaei Giglou" ,
10101111 description = "OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment" ,
2727 "rapidfuzz==3.5.2" ,
2828 "rdflib==7.1.1" ,
2929 "sentence-transformers==3.4.1" ,
30- "setfit==1.1.1" ,
3130 "torch==2.5.0" ,
3231 "tqdm==4.66.3" ,
3332 "transformers==4.48.2" ,
3433 "huggingface_hub==0.28.1" ,
35- "bitsandbytes==0.45.1"
34+ "setfit==1.1.1" ,
35+ "bitsandbytes==0.45.1" ,
3636 ],
3737 classifiers = [
3838 "Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments