We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d41f43 commit ea3c2fbCopy full SHA for ea3c2fb
setup.py
@@ -55,7 +55,7 @@ def run(self):
55
'Programming Language :: Python :: 3',
56
'Programming Language :: Python :: 3.7',
57
],
58
- install_requires=['pywin32==228','matplotlib>=2.0.2','numpy>=1.16.2','scipy>=1.2.1',
+ install_requires=['pywin32>=301','matplotlib>=2.0.2','numpy>=1.16.2','scipy>=1.2.1',
59
'xlsxwriter>=1.1.8','psutil>=5.7.0','pandas>=0.24.2','dash>=1.21.0','networkx','pvder'],
60
extras_require={'diffeqpy': ['diffeqpy>=1.1.0']},
61
package_data={'tdcosim':['data/**/**/*','logs/.*','config/*','examples/*']},
0 commit comments