Skip to content

Commit

Permalink
Add torch test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg committed May 18, 2023
1 parent cb6d42e commit e8f61f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guidance/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.47"
__version__ = "0.0.48"

import types
import sys
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def find_version(*file_paths):
],
'test': [
'pytest',
'transformers'
'transformers',
'torch'
]
}
)

0 comments on commit e8f61f8

Please sign in to comment.