keras-nlp 0.21.1.dev0__tar.gz → 0.22.0__tar.gz
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.
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/PKG-INFO +3 -3
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/keras_nlp.egg-info/PKG-INFO +3 -3
- keras_nlp-0.22.0/keras_nlp.egg-info/requires.txt +1 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/pyproject.toml +3 -3
- keras_nlp-0.21.1.dev0/keras_nlp.egg-info/requires.txt +0 -1
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/README.md +0 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/keras_nlp/__init__.py +0 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/keras_nlp.egg-info/SOURCES.txt +0 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/keras_nlp.egg-info/dependency_links.txt +0 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/keras_nlp.egg-info/top_level.txt +0 -0
- {keras_nlp-0.21.1.dev0 → keras_nlp-0.22.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: keras-nlp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.22.0
|
|
4
4
|
Summary: Pretrained models for Keras.
|
|
5
5
|
Author-email: Keras team <keras-users@googlegroups.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -18,9 +18,9 @@ Classifier: Operating System :: MacOS
|
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering
|
|
20
20
|
Classifier: Topic :: Software Development
|
|
21
|
-
Requires-Python: >=3.
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
|
-
Requires-Dist: keras-hub==0.
|
|
23
|
+
Requires-Dist: keras-hub==0.22.0
|
|
24
24
|
|
|
25
25
|
# KerasNLP: Multi-framework NLP Models
|
|
26
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: keras-nlp
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.22.0
|
|
4
4
|
Summary: Pretrained models for Keras.
|
|
5
5
|
Author-email: Keras team <keras-users@googlegroups.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -18,9 +18,9 @@ Classifier: Operating System :: MacOS
|
|
|
18
18
|
Classifier: Intended Audience :: Science/Research
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering
|
|
20
20
|
Classifier: Topic :: Software Development
|
|
21
|
-
Requires-Python: >=3.
|
|
21
|
+
Requires-Python: >=3.10
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
|
-
Requires-Dist: keras-hub==0.
|
|
23
|
+
Requires-Dist: keras-hub==0.22.0
|
|
24
24
|
|
|
25
25
|
# KerasNLP: Multi-framework NLP Models
|
|
26
26
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
keras-hub==0.22.0
|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "keras-nlp"
|
|
7
|
-
version = "0.
|
|
8
|
-
dependencies = ["keras-hub==0.
|
|
7
|
+
version = "0.22.0"
|
|
8
|
+
dependencies = ["keras-hub==0.22.0"]
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Keras team", email = "keras-users@googlegroups.com"},
|
|
11
11
|
]
|
|
12
12
|
description = "Pretrained models for Keras."
|
|
13
13
|
readme = "README.md"
|
|
14
|
-
requires-python = ">=3.
|
|
14
|
+
requires-python = ">=3.10"
|
|
15
15
|
license = "Apache-2.0"
|
|
16
16
|
classifiers = [
|
|
17
17
|
"Development Status :: 3 - Alpha",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
keras-hub==0.21.1.dev0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|