nextrec 0.1.7__py3-none-any.whl → 0.1.10__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.
- nextrec/__version__.py +1 -1
- {nextrec-0.1.7.dist-info → nextrec-0.1.10.dist-info}/METADATA +11 -6
- {nextrec-0.1.7.dist-info → nextrec-0.1.10.dist-info}/RECORD +5 -5
- {nextrec-0.1.7.dist-info → nextrec-0.1.10.dist-info}/WHEEL +0 -0
- {nextrec-0.1.7.dist-info → nextrec-0.1.10.dist-info}/licenses/LICENSE +0 -0
nextrec/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.1.
|
|
1
|
+
__version__ = "0.1.10"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nextrec
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.10
|
|
4
4
|
Summary: A comprehensive recommendation library with match, ranking, and multi-task learning models
|
|
5
5
|
Project-URL: Homepage, https://github.com/zerolovesea/NextRec
|
|
6
6
|
Project-URL: Repository, https://github.com/zerolovesea/NextRec
|
|
@@ -19,21 +19,26 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
20
20
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
21
21
|
Requires-Python: >=3.10
|
|
22
|
-
Requires-Dist: numpy<2.0,>=1.21; sys_platform == 'linux'
|
|
22
|
+
Requires-Dist: numpy<2.0,>=1.21; sys_platform == 'linux' and python_version < '3.12'
|
|
23
|
+
Requires-Dist: numpy<3.0,>=1.26; sys_platform == 'linux' and python_version >= '3.12'
|
|
23
24
|
Requires-Dist: numpy>=1.23.0; sys_platform == 'win32'
|
|
24
25
|
Requires-Dist: numpy>=1.24.0; sys_platform == 'darwin'
|
|
25
|
-
Requires-Dist: pandas<2.0,>=1.5; sys_platform == 'linux'
|
|
26
|
+
Requires-Dist: pandas<2.0,>=1.5; sys_platform == 'linux' and python_version < '3.12'
|
|
26
27
|
Requires-Dist: pandas<2.3.0,>=2.1.0; sys_platform == 'win32'
|
|
27
28
|
Requires-Dist: pandas>=2.0.0; sys_platform == 'darwin'
|
|
28
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: pandas>=2.1.0; sys_platform == 'linux' and python_version >= '3.12'
|
|
30
|
+
Requires-Dist: pyarrow<13.0.0,>=10.0.0; sys_platform == 'linux' and python_version < '3.12'
|
|
29
31
|
Requires-Dist: pyarrow<15.0.0,>=12.0.0; sys_platform == 'win32'
|
|
30
32
|
Requires-Dist: pyarrow>=12.0.0; sys_platform == 'darwin'
|
|
31
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: pyarrow>=16.0.0; sys_platform == 'linux' and python_version >= '3.12'
|
|
34
|
+
Requires-Dist: scikit-learn<2.0,>=1.2; sys_platform == 'linux' and python_version < '3.12'
|
|
32
35
|
Requires-Dist: scikit-learn>=1.3.0; sys_platform == 'darwin'
|
|
36
|
+
Requires-Dist: scikit-learn>=1.3.0; sys_platform == 'linux' and python_version >= '3.12'
|
|
33
37
|
Requires-Dist: scikit-learn>=1.3.0; sys_platform == 'win32'
|
|
34
|
-
Requires-Dist: scipy<1.12,>=1.8; sys_platform == 'linux'
|
|
38
|
+
Requires-Dist: scipy<1.12,>=1.8; sys_platform == 'linux' and python_version < '3.12'
|
|
35
39
|
Requires-Dist: scipy>=1.10.0; sys_platform == 'darwin'
|
|
36
40
|
Requires-Dist: scipy>=1.10.0; sys_platform == 'win32'
|
|
41
|
+
Requires-Dist: scipy>=1.11.0; sys_platform == 'linux' and python_version >= '3.12'
|
|
37
42
|
Requires-Dist: torch>=2.0.0
|
|
38
43
|
Requires-Dist: torchvision>=0.15.0
|
|
39
44
|
Requires-Dist: tqdm>=4.65.0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
nextrec/__init__.py,sha256=CvocnY2uBp0cjNkhrT6ogw0q2bN9s1GNp754FLO-7lo,1117
|
|
2
|
-
nextrec/__version__.py,sha256=
|
|
2
|
+
nextrec/__version__.py,sha256=z0zCHFTcKSR0tJ6h5qrpNmRVP21QIPP8N0p7quCnnm0,23
|
|
3
3
|
nextrec/basic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
nextrec/basic/activation.py,sha256=XJDTFzmacpLq8DMNbFVhZ3WhlOmKDE88vp0udnVpXtE,2808
|
|
5
5
|
nextrec/basic/callback.py,sha256=c0QeolbPJzCYhJnPf9rrZwFU13zmLxg59nvQGbpetNo,1039
|
|
@@ -45,7 +45,7 @@ nextrec/utils/common.py,sha256=-LrRY1MFAhgeyZkKyqdVQGxev6eH3gigNtlRKw5f8Iw,214
|
|
|
45
45
|
nextrec/utils/embedding.py,sha256=Xl5bXAdxdGc0FV3FthNqJe9MP0M_rZI1uaOlPi3vLj8,478
|
|
46
46
|
nextrec/utils/initializer.py,sha256=ka5sgXWqAb9x5hQS6ypgonR93OUajBVUAwO7q-JPjIE,1660
|
|
47
47
|
nextrec/utils/optimizer.py,sha256=g9IETUdflM89YKSzInP_iS_hTnDy_cjpm6Wcq9V9_vE,2468
|
|
48
|
-
nextrec-0.1.
|
|
49
|
-
nextrec-0.1.
|
|
50
|
-
nextrec-0.1.
|
|
51
|
-
nextrec-0.1.
|
|
48
|
+
nextrec-0.1.10.dist-info/METADATA,sha256=ceK9svB6AP5q8eCGuqUcSXrGzk5-7klH-1hXPgKlFAY,11481
|
|
49
|
+
nextrec-0.1.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
50
|
+
nextrec-0.1.10.dist-info/licenses/LICENSE,sha256=2fQfVKeafywkni7MYHyClC6RGGC3laLTXCNBx-ubtp0,1064
|
|
51
|
+
nextrec-0.1.10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|