Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 15, 2023
1 parent 9d5818c commit 5ee9553
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 @@ -3,7 +3,7 @@
setup(
name = 'toolformer-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.28',
version = '0.0.29',
license='MIT',
description = 'Toolformer - Pytorch',
author = 'Phil Wang',
Expand All @@ -22,7 +22,7 @@
'einops>=0.4',
'torch>=1.6',
'tqdm',
'x-clip'
'x-clip>=0.14.3'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 5ee9553

Please sign in to comment.