keras-nlp 0.21.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: keras-nlp
3
- Version: 0.21.1
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.9
21
+ Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: keras-hub==0.21.1
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.21.1
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.9
21
+ Requires-Python: >=3.10
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: keras-hub==0.21.1
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.21.1"
8
- dependencies = ["keras-hub==0.21.1"]
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.9"
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
File without changes
File without changes