|
10 | 10 | author="Oleg Smirnov",
|
11 | 11 |
|
12 | 12 | packages=find_packages(),
|
13 |
| - install_requires=["tensorflow<2.12.0", "keras<2.12.0", "protobuf<3.20,>=3.9.2"], |
14 |
| - python_requires=">=3.6.0", |
| 13 | + install_requires=["tensorflow"], |
| 14 | + python_requires=">=3.10.0", |
15 | 15 | url="https://github.com/master/tensorflow-riemopt",
|
16 | 16 | zip_safe=True,
|
17 | 17 | classifiers=[
|
18 | 18 | "Development Status :: 4 - Beta",
|
19 | 19 | "Intended Audience :: Science/Research",
|
20 | 20 | "License :: OSI Approved :: MIT License",
|
21 | 21 | "Programming Language :: Python :: 3",
|
22 |
| - "Programming Language :: Python :: 3.6", |
23 |
| - "Programming Language :: Python :: 3.7", |
24 |
| - "Programming Language :: Python :: 3.8", |
25 |
| - "Programming Language :: Python :: 3.9", |
26 | 22 | "Programming Language :: Python :: 3.10",
|
| 23 | + "Programming Language :: Python :: 3.11", |
| 24 | + "Programming Language :: Python :: 3.12", |
27 | 25 | "Topic :: Scientific/Engineering :: Mathematics",
|
28 | 26 | "Topic :: Software Development :: Libraries :: Python Modules",
|
29 | 27 | "Topic :: Software Development :: Libraries",
|
|
0 commit comments