Spaces:
Running
on
T4
Running
on
T4
File size: 411 Bytes
85bd48b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
from setuptools import setup, find_packages
setup(
name='af_backprop',
version='0.0.0',
packages=find_packages(),
install_requires=[
'absl-py',
'biopython',
'chex',
'dm-haiku',
'dm-tree',
'docker',
'immutabledict',
'jax',
'ml-collections',
'numpy',
'pandas',
'scipy',
'tensorflow',
],
)
|