mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Drop absl-py as a jaxlib dependency.
absl-py is unused.
This commit is contained in:
parent
ed17a5b7e8
commit
4988b3117d
@ -46,7 +46,7 @@ setup(
|
||||
author_email='jax-dev@google.com',
|
||||
packages=['jaxlib', 'jaxlib.xla_extension'],
|
||||
python_requires='>=3.7',
|
||||
install_requires=['scipy>=1.5', 'numpy>=1.20', 'absl-py'],
|
||||
install_requires=['scipy>=1.5', 'numpy>=1.20'],
|
||||
url='https://github.com/google/jax',
|
||||
license='Apache-2.0',
|
||||
classifiers=[
|
||||
|
Loading…
x
Reference in New Issue
Block a user