jax
d338449e - Use collections.abc.Sequence in favor of collections.Sequence (#1504)

Commit
6 years ago
Use collections.abc.Sequence in favor of collections.Sequence (#1504) * Use collections.abc.Sequence in favor of collections.Sequence The later will be removed in Python 3.8, which is due out any day now! (There is currently a warning that appears when importing lax_numpy.) * restore collections import
Author
Parents
Loading