Skip to content

Commit 681ae92

Browse files
authored
Merge pull request #117 from Kohulan/development
Development
2 parents 37582d4 + 3bee97e commit 681ae92

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DECIMER/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
please raise a issue on the Github repository.
2020
"""
2121

22-
__version__ = "2.6.0"
22+
__version__ = "2.7.1"
2323

2424
__all__ = [
2525
"DECIMER",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ opencv-python
33
pillow-heif
44
pre-commit
55
pystow
6-
tensorflow>=2.8.0,<=2.15.0
6+
tensorflow>=2.8.0,<=2.15.1

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
if (
77
platform.processor() == "arm" or platform.processor() == "i386"
88
) 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"
1010
else:
11-
tensorflow_os = "tensorflow>=2.12.0,<=2.15.0"
11+
tensorflow_os = "tensorflow>=2.12.0,<=2.15.1"
1212

1313
with open("README.md", "r") as fh:
1414
long_description = fh.read()
@@ -20,7 +20,7 @@
2020
author_email="kohulan.rajan@uni-jena.de",
2121
maintainer="Kohulan Rajan, Otto Brinkhaus ",
2222
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",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",
2626
entry_points={
@@ -47,6 +47,7 @@
4747
"Programming Language :: Python :: 3.8",
4848
"Programming Language :: Python :: 3.9",
4949
"Programming Language :: Python :: 3.10",
50+
"Programming Language :: Python :: 3.11",
5051
"Programming Language :: Python :: 3 :: Only",
5152
"License :: OSI Approved :: MIT License",
5253
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)