Skip to content

Commit

Permalink
chore: Update setup.py with latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Jun 24, 2024
1 parent 905ac89 commit 48eaa97
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
'ipfs_transformers',
],
install_requires=[
'orbitdb_kit@git+https://github.com/endomorphosis/orbitdb_kit.git',
'ipfs_kit@git+https://github.com/endomorphosis/ipfs_kit.git',
'ipfs_model_manager@git+https://github.com/endomorphosis/ipfs_model_manager.git',
'transformers',
'torch',
'torchvision',
'numpy',
'torchtext',
'urllib3',
'requests',
'boto3',
'orbitdb_kit@git+https://github.com/endomorphosis/orbitdb_kit.git',
'ipfs_kit@git+https://github.com/endomorphosis/ipfs_kit.git',
'ipfs_model_manager@git+https://github.com/endomorphosis/ipfs_model_manager.git',
'transformers',
'torch',
'torchvision',
'numpy',
'torchtext',
'urllib3',
'requests',
'boto3',
]
)

0 comments on commit 48eaa97

Please sign in to comment.