import with name not asterisk

* import with name not *, remove top level imports

* Fix linter, remove numpy

* Lint fixes

* Comment worksheet generator temporarily
This commit is contained in:
Luke Weiler
2022-12-19 01:31:08 -05:00
committed by GitHub
parent 5bbf9bcb76
commit f2efb3751d
137 changed files with 525 additions and 405 deletions

View File

@@ -8,5 +8,5 @@ setup(name='mathgenerator',
author_email='lukew25073@gmail.com',
license='MIT',
packages=find_packages(),
install_requires=['sympy', 'numpy', 'scipy'],
install_requires=['sympy', 'scipy'],
entry_points={})