Skip to content

Commit ea3c2fb

Browse files
committed
update for pywin issue
1 parent 5d41f43 commit ea3c2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def run(self):
5555
'Programming Language :: Python :: 3',
5656
'Programming Language :: Python :: 3.7',
5757
],
58-
install_requires=['pywin32==228','matplotlib>=2.0.2','numpy>=1.16.2','scipy>=1.2.1',
58+
install_requires=['pywin32>=301','matplotlib>=2.0.2','numpy>=1.16.2','scipy>=1.2.1',
5959
'xlsxwriter>=1.1.8','psutil>=5.7.0','pandas>=0.24.2','dash>=1.21.0','networkx','pvder'],
6060
extras_require={'diffeqpy': ['diffeqpy>=1.1.0']},
6161
package_data={'tdcosim':['data/**/**/*','logs/.*','config/*','examples/*']},

0 commit comments

Comments
 (0)