You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classifier: Programming Language :: Python :: 3.10
20
20
Classifier: Programming Language :: Python :: 3.11
21
21
Classifier: Programming Language :: Python :: 3.12
22
-
Classifier: Programming Language :: Python :: 3.13
23
-
Requires-Python: >=3.7
22
+
Requires-Python: <=3.12,>=3.7
24
23
Description-Content-Type: text/x-rst
25
24
License-File: LICENSE
26
25
Requires-Dist: tensorflow>=2.0
27
26
Requires-Dist: keras
28
-
Requires-Dist: numpy>=1.13.0
29
-
Requires-Dist: pydantic<2,>=1.10
30
-
Dynamic: license-file
27
+
Requires-Dist: numpy
28
+
Requires-Dist: pydantic
31
29
32
30
#######
33
31
keras2c
@@ -37,6 +35,10 @@ keras2c
37
35
38
36
|License| |DOI|
39
37
38
+
IMPORTANT: Keras2C has started updating to be compatible with newer versions of Python on July 9th, 2025. Changes may be breaking. To use the original/stable version, use the Release v1.0.2. https://github.com/PlasmaControl/keras2c/releases/tag/v1.0.2 with the command
0 commit comments