Skip to content

Commit

Permalink
fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Apr 22, 2024
1 parent 5a5ef08 commit 41d0f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ipfs_datasets@git+https://github.com/endomorphosis/ipfs_datasets.git
orbitdb_kit@git+https://github.com/endomorphosis/orbitdb_kit.git
ipfs_kit@git+https://github.com/endomorphosis/ipfs_kit.git
transformers
torch
Expand All @@ -8,4 +6,4 @@ numpy
torchtext
urllib3
requests
boto3
boto3
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@
version='0.0.1',
packages=[
'ipfs_transformers',
'ipfs_transformers.model_manager'
'ipfs_transformers.model_manager.ipfs_kit_lib',
'ipfs_transformers.model_manager.orbitdb_kit_lib',
],
install_requires=[
'ipfs_datasets@git+https://github.com/endomorphosis/ipfs_datasets.git',
'orbitdb_kit@git+https://github.com/endomorphosis/orbitdb_kit.git',
'ipfs_kit@git+https://github.com/endomorphosis/ipfs_kit.git',
'transformers',
'torch',
Expand All @@ -22,4 +17,4 @@
'requests',
'boto3',
]
)
)

0 comments on commit 41d0f22

Please sign in to comment.