Skip to content

Commit

Permalink
Merge pull request #168 from rbpisupati/without_numpy
Browse files Browse the repository at this point in the history
import error of sys when numpy is not present
  • Loading branch information
alimanfoo committed Sep 1, 2017
2 parents 9251398 + f98f420 commit 93ff0a4
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 @@ -2,7 +2,7 @@
from __future__ import absolute_import, print_function, division
from ast import literal_eval
from setuptools import setup, Extension, find_packages

import sys

DISTNAME = 'scikit-allel'

Expand Down

0 comments on commit 93ff0a4

Please sign in to comment.