cache workflow update

This commit is contained in:
lukew3
2020-10-20 14:02:16 -04:00
parent 4ca54936fb
commit 46c396bc4f
2 changed files with 23 additions and 1 deletions

View File

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