|
6 | 6 | if ( |
7 | 7 | platform.processor() == "arm" or platform.processor() == "i386" |
8 | 8 | ) and platform.system() == "Darwin": |
9 | | - tensorflow_os = "tensorflow-macos>=2.10.0,<=2.15.0" |
| 9 | + tensorflow_os = "tensorflow-macos>=2.10.0,<=2.15.1" |
10 | 10 | else: |
11 | | - tensorflow_os = "tensorflow>=2.12.0,<=2.15.0" |
| 11 | + tensorflow_os = "tensorflow>=2.12.0,<=2.15.1" |
12 | 12 |
|
13 | 13 | with open("README.md", "r") as fh: |
14 | 14 | long_description = fh.read() |
|
20 | 20 | author_email="kohulan.rajan@uni-jena.de", |
21 | 21 | maintainer="Kohulan Rajan, Otto Brinkhaus ", |
22 | 22 | maintainer_email="kohulan.rajan@uni-jena.de, otto.brinkhaus@uni-jena.de", |
23 | | - description="DECIMER 2.6.0: Deep Learning for Chemical Image Recognition using Efficient-Net V2 + Transformer", |
| 23 | + description="DECIMER 2.7.1: Deep Learning for Chemical Image Recognition using Efficient-Net V2 + Transformer", |
24 | 24 | long_description=long_description, |
25 | 25 | long_description_content_type="text/markdown", |
26 | 26 | entry_points={ |
|
47 | 47 | "Programming Language :: Python :: 3.8", |
48 | 48 | "Programming Language :: Python :: 3.9", |
49 | 49 | "Programming Language :: Python :: 3.10", |
| 50 | + "Programming Language :: Python :: 3.11", |
50 | 51 | "Programming Language :: Python :: 3 :: Only", |
51 | 52 | "License :: OSI Approved :: MIT License", |
52 | 53 | "Operating System :: OS Independent", |
|
0 commit comments