Skip to content

Commit

Permalink
Merge pull request #22 from remy-abergel/master
Browse files Browse the repository at this point in the history
removed torch import in setup.py
  • Loading branch information
aliutkus authored May 2, 2024
2 parents ac29a3a + a6d1182 commit ffdbced
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
from codecs import open
from os import path

# trying to import the required torch package
try:
import torch
except ImportError:
raise Exception('qsketch requires PyTorch to be installed. aborting')

here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
Expand Down

0 comments on commit ffdbced

Please sign in to comment.