-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
40 lines (36 loc) · 934 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = rieoptax
version = 0.0.1
author = Saiteja Utpala
author_email = saitejautpala@gmail.com
description = Riemannian Optimization in JAX
long_description = file: README.md
long_description_content_type = text/markdown
licence = MIT
classifiers =
License :: OSI Approved :: MIT License
Development Status :: Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Mathematics
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >= 3.7
zip_safe = False
install_requires =
absl-py
autodp
chex
flax
jax
jaxlib
numpy
typing_extensions
[options.extras_require]
test =
pytest
pytest-cov