remove numpy dependence
This commit is contained in:
parent
761db9a51d
commit
5d3e2ed354
2 changed files with 0 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ bitarray==0.8.1
|
||||||
funcy==1.7.2
|
funcy==1.7.2
|
||||||
lenses==0.1.7
|
lenses==0.1.7
|
||||||
nose2==0.6.5
|
nose2==0.6.5
|
||||||
numpy==1.11.3
|
|
||||||
pandas==0.19.2
|
pandas==0.19.2
|
||||||
parsimonious==0.7.0
|
parsimonious==0.7.0
|
||||||
sympy==1.0
|
sympy==1.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
from functools import singledispatch
|
from functools import singledispatch
|
||||||
import operator as op
|
import operator as op
|
||||||
|
|
||||||
import numpy as np
|
|
||||||
import funcy as fn
|
import funcy as fn
|
||||||
from lenses import lens
|
from lenses import lens
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue