We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f536ed8 commit 4d72008Copy full SHA for 4d72008
setup.py
@@ -15,5 +15,5 @@
15
long_description=long_description,
16
long_description_content_type='text/markdown',
17
packages=setuptools.find_packages(),
18
- install_requires=['jax>=0.2.6'],
+ install_requires=['jax>=0.2.6', 'flax', 'transformers'],
19
)
0 commit comments