Skip to content

Commit

Permalink
Remove dependency in setup.py to docker and tensorflow-cpu
Browse files Browse the repository at this point in the history
Docker is not needed at all for colabfold.
tensorflow-cpu should be handled by ColabFold directly.
  • Loading branch information
milot-mirdita committed Nov 13, 2023
1 parent ffbf87b commit 2febbbd
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 @@ -34,14 +34,14 @@
'chex',
'dm-haiku',
'dm-tree',
'docker',
#'docker',
'immutabledict',
'jax',
'ml-collections',
'numpy',
'pandas',
'scipy',
'tensorflow-cpu',
#'tensorflow-cpu',
],
tests_require=[
'matplotlib', # For notebook_utils_test.
Expand Down

0 comments on commit 2febbbd

Please sign in to comment.