unike 3.0.2__py3-none-any.whl → 3.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- unike/version.py +1 -1
- {unike-3.0.2.dist-info → unike-3.0.3.dist-info}/METADATA +5 -12
- {unike-3.0.2.dist-info → unike-3.0.3.dist-info}/RECORD +6 -6
- {unike-3.0.2.dist-info → unike-3.0.3.dist-info}/WHEEL +0 -0
- {unike-3.0.2.dist-info → unike-3.0.3.dist-info}/entry_points.txt +0 -0
- {unike-3.0.2.dist-info → unike-3.0.3.dist-info}/licenses/LICENSE +0 -0
unike/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__: str = '3.0.
|
1
|
+
__version__: str = '3.0.3'
|
@@ -1,15 +1,16 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: unike
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.3
|
4
4
|
Summary: 基于 OpenKE-PyTorch 开发的知识图谱嵌入工具包
|
5
5
|
Author-email: LuYF-Lemon-love <3555028709@qq.com>, wangtao <wangtao.cpu@gmail.com>
|
6
6
|
License-File: LICENSE
|
7
|
-
Requires-Python: >=3.
|
7
|
+
Requires-Python: >=3.10
|
8
8
|
Requires-Dist: accelerate>=0.20.3
|
9
|
-
Requires-Dist:
|
9
|
+
Requires-Dist: dgl==2.1.0
|
10
|
+
Requires-Dist: numpy==1.24.0
|
10
11
|
Requires-Dist: packaging>=24.0
|
11
12
|
Requires-Dist: pandas>=1.1.5
|
12
|
-
Requires-Dist:
|
13
|
+
Requires-Dist: torchdata==0.7.0
|
13
14
|
Requires-Dist: tqdm>=4.67.1
|
14
15
|
Requires-Dist: wandb>=0.18.7
|
15
16
|
Description-Content-Type: text/markdown
|
@@ -44,17 +45,9 @@ Description-Content-Type: text/markdown
|
|
44
45
|
|
45
46
|
使用 `pip`
|
46
47
|
```bash
|
47
|
-
pip install dgl
|
48
48
|
pip install unike
|
49
49
|
```
|
50
50
|
|
51
|
-
或使用 `uv`
|
52
|
-
|
53
|
-
```bash
|
54
|
-
uv pip install dgl
|
55
|
-
uv add unike
|
56
|
-
```
|
57
|
-
|
58
51
|
## 新特性
|
59
52
|
|
60
53
|
### **易用的**
|
@@ -1,5 +1,5 @@
|
|
1
1
|
unike/__init__.py,sha256=M0Hqy8CzoiWGfC_p2c3QoMWrgZIJOweYlFbBPPd2i1w,142
|
2
|
-
unike/version.py,sha256=
|
2
|
+
unike/version.py,sha256=9A3OZkDORU915roNqaiD7lbKrK5IIaRxw5LWo0DGlrc,26
|
3
3
|
unike/config/HPOTrainer.py,sha256=K_RS9HmHOhWTHgenY4iioaHb6Cr5JUraPQpQzA4cl2U,9317
|
4
4
|
unike/config/Tester.py,sha256=SIWFjMSRltNIK2LhUGi0qJBcFmSz3K8dnvIvr0UKCew,13055
|
5
5
|
unike/config/Trainer.py,sha256=LgPX4HKXDA82e1NdCSxKkw6PDc3yyx9Zvt11NsOw4-A,15128
|
@@ -52,8 +52,8 @@ unike/utils/Timer.py,sha256=wVvchC_hamErdnso-JwkpuCV0VKyjUWtMUnxZSEYlOQ,1723
|
|
52
52
|
unike/utils/WandbLogger.py,sha256=VDny07xm1N0y1zzc39EePDYo_ZFOjRVfDuv6L1KHpzg,1125
|
53
53
|
unike/utils/__init__.py,sha256=SBZbh2CNJm43lde_kWW-rtbkj0KB1bRZIy8rarhZc2c,551
|
54
54
|
unike/utils/tools.py,sha256=4TW0wa5Q5i9aEeSNDv2sIVCAmGrYgout2iWTak_04gY,3361
|
55
|
-
unike-3.0.
|
56
|
-
unike-3.0.
|
57
|
-
unike-3.0.
|
58
|
-
unike-3.0.
|
59
|
-
unike-3.0.
|
55
|
+
unike-3.0.3.dist-info/METADATA,sha256=0EOc4k2yC8KGjHco1FH_-6aWMJXTH10_IHyFf82t6Bg,4113
|
56
|
+
unike-3.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
57
|
+
unike-3.0.3.dist-info/entry_points.txt,sha256=kLSnRySoUm0e1qV1o2j7fp2DtB61ZSv7jN-3RnJUzkc,37
|
58
|
+
unike-3.0.3.dist-info/licenses/LICENSE,sha256=cCetD3VrUJIPYyIgFNfQVeHIkDNQ5o63gxlz9APxuNU,1063
|
59
|
+
unike-3.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|