Skip to content

Commit af2d10a

Browse files
authored
Merge pull request #281 from Paperspace/Add_gradient_utils_to_required
Add gradient-utils to required
2 parents 1b659dc + 3d31b1d commit af2d10a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradient/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# noinspection PyUnresolvedReferences
2+
from gradient_utils import *
3+
14
from .api_sdk import *

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def run(self):
7474
'attrs<=19',
7575
'PyYAML==5.*',
7676
'python-dateutil==2.*',
77-
'websocket-client==0.57.*'
77+
'websocket-client==0.57.*',
78+
'gradient-utils>=0.1.1',
7879
],
7980
entry_points={'console_scripts': [
8081
'gradient = gradient:main.main',

0 commit comments

Comments
 (0)