Skip to content

Commit

Permalink
Fix build errors in python3.12 due to outdated fabric and invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Nov 6, 2023
1 parent d52cb36 commit 35467bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def run(self):
'pytest-asyncio',
# Optional dependencies.
'tensorboard>=2.3',
'fabric~=2.6',
'fabric>=3.0',
'paramiko>=2.8',
]

Expand Down

0 comments on commit 35467bd

Please sign in to comment.