Skip to content

Commit

Permalink
pin torch to fix executable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ronpandolfi committed Mar 16, 2023
1 parent bcfcfd7 commit 921aa0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ pyopengl
pyopengl-accelerate
qtconsole
scikit-learn
torch<2.0.0 # conflict with pyinstaller
1 change: 0 additions & 1 deletion tsuchinoko/widgets/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def closeEvent(self, event):
event.accept()
self.close_zmq()


def start_demo(self, demo_key):
# If not communicating with localhost, dump connection to server
if self.core_address != 'localhost':
Expand Down

0 comments on commit 921aa0b

Please sign in to comment.