Skip to content

Commit

Permalink
chore: Update dependencies to include tensorly
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jul 16, 2024
1 parent d379e54 commit 3205d50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bnpm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def prepare_cv2_imshow():
for pkg in __all__:
exec('from . import ' + pkg)

__version__ = '0.5.3'
__version__ = '0.5.4'
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sqlalchemy
pymysql
xxhash
wandb
tensorly
torch
torchvision
torchaudio
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def read_requirements():
'pytest',
'hypothesis',
'PyYAML',
'tensorly',
'torch',
'torchvision',
'torchaudio',
Expand Down

0 comments on commit 3205d50

Please sign in to comment.