remove numpy dependence

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-04-23 22:33:15 -07:00
parent 761db9a51d
commit 5d3e2ed354
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@ bitarray==0.8.1
funcy==1.7.2
lenses==0.1.7
nose2==0.6.5
numpy==1.11.3
pandas==0.19.2
parsimonious==0.7.0
sympy==1.0

View file

@ -4,7 +4,6 @@
from functools import singledispatch
import operator as op
import numpy as np
import funcy as fn
from lenses import lens