Skip to content

Commit

Permalink
olive-oil requirement to pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinzi committed Apr 12, 2021
1 parent 8295d85 commit 3810445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license='MIT',
python_requires='>=3.6',
install_requires=['h5py','objax','pytest',
'olive-oil-ml @ git+https://github.com/mfinzi/olive-oil-ml','optax','tqdm>=4.38'],
'olive-oil-ml','optax','tqdm>=4.38'],
packages=find_packages(),
long_description=open('README.md').read(),
)
)

0 comments on commit 3810445

Please sign in to comment.