Skip to content

Commit 3a85011

Browse files
committed
Update deps
1 parent 9651b24 commit 3a85011

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ pip install tensorflow-riemopt
1515

1616
## Quickstart
1717

18-
```{figure} _static/usage.png
19-
:align: right
20-
:width: 300px
21-
22-
Example: SPDNet classification on SPD manifold
23-
```
24-
2518
```python
2619
import tensorflow as tf
2720
from tensorflow_riemopt.optimizers import ConstrainedRMSprop

setup.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@
1010
author="Oleg Smirnov",
1111
author_email="[email protected]",
1212
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",
1515
url="https://github.com/master/tensorflow-riemopt",
1616
zip_safe=True,
1717
classifiers=[
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Science/Research",
2020
"License :: OSI Approved :: MIT License",
2121
"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",
2622
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
2725
"Topic :: Scientific/Engineering :: Mathematics",
2826
"Topic :: Software Development :: Libraries :: Python Modules",
2927
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)