bjodah / pycodeexport

[MAINTENANCE] Code generation from python (for meta programming and use with sympy)
BSD 2-Clause "Simplified" License
8 stars 0 forks source link

sympy dependency #3

Open asmeurer opened 9 years ago

asmeurer commented 9 years ago

Shouldn't this depend on sympy in setup.py and meta.yaml? codeexport.py imports it.

bjodah commented 9 years ago

Yes I guess, it's an "optional" dependency (i.e. dist.py can be used without sympy). Maybe it's suboptimal to have optional dependencies.