mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Remove version restriction from opt_einsum.
See https://github.com/dgasmith/opt_einsum/issues/98.
This commit is contained in:
parent
aab71eae1c
commit
90093b7824
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ setup(
|
||||
author_email='jax-dev@google.com',
|
||||
packages=find_packages(exclude=["examples"]),
|
||||
install_requires=[
|
||||
'numpy>=1.12', 'six', 'protobuf>=3.6.0', 'absl-py', 'opt_einsum<3',
|
||||
'numpy>=1.12', 'six', 'protobuf>=3.6.0', 'absl-py', 'opt_einsum',
|
||||
'fastcache'
|
||||
],
|
||||
url='https://github.com/google/jax',
|
||||
|
Loading…
x
Reference in New Issue
Block a user