Skip to content

Commit

Permalink
remove singledispatch package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
miklos1 committed Dec 7, 2017
1 parent a2edee8 commit 7472e95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion finat/fiat_elements.py
Expand Up @@ -2,7 +2,7 @@

import numpy as np
import sympy as sp
from singledispatch import singledispatch
from functools import singledispatch

import FIAT
from FIAT.polynomial_set import mis, form_matrix_product
Expand Down
3 changes: 1 addition & 2 deletions finat/sympy2gem.py
@@ -1,8 +1,7 @@
from __future__ import absolute_import, print_function, division

from functools import reduce
from functools import singledispatch, reduce

from singledispatch import singledispatch
import sympy

import gem
Expand Down
1 change: 0 additions & 1 deletion requirements-ext.txt
@@ -1,2 +1 @@
numpy>=1.6.1
singledispatch

0 comments on commit 7472e95

Please sign in to comment.