unike 3.0.1__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 CHANGED
@@ -1 +1 @@
1
- __version__: str = '3.0.1'
1
+ __version__: str = '3.0.3'
@@ -1,15 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unike
3
- Version: 3.0.1
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.11
7
+ Requires-Python: >=3.10
8
8
  Requires-Dist: accelerate>=0.20.3
9
- Requires-Dist: numpy>=1.21.6
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: torch>=1.13.1
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
@@ -42,11 +43,9 @@ Description-Content-Type: text/markdown
42
43
 
43
44
  ## 快速开始
44
45
 
46
+ 使用 `pip`
45
47
  ```bash
46
- git clone https://github.com/CPU-DS/UniKE.git
47
- cd UniKE
48
- uv pip install dgl
49
- uv sync
48
+ pip install unike
50
49
  ```
51
50
 
52
51
  ## 新特性
@@ -1,5 +1,5 @@
1
1
  unike/__init__.py,sha256=M0Hqy8CzoiWGfC_p2c3QoMWrgZIJOweYlFbBPPd2i1w,142
2
- unike/version.py,sha256=jp6E6uGPeT16TI2dk-7y-LDpYN8b_jTZ6Mp1U6CH9L4,26
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.1.dist-info/METADATA,sha256=bG5K0B5Bg1bbvF4CGVKe5nY0CqYDLeZ9JCz75SlDDPU,4135
56
- unike-3.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
57
- unike-3.0.1.dist-info/entry_points.txt,sha256=kLSnRySoUm0e1qV1o2j7fp2DtB61ZSv7jN-3RnJUzkc,37
58
- unike-3.0.1.dist-info/licenses/LICENSE,sha256=cCetD3VrUJIPYyIgFNfQVeHIkDNQ5o63gxlz9APxuNU,1063
59
- unike-3.0.1.dist-info/RECORD,,
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