Skip to content

Commit

Permalink
update pip setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Sep 9, 2021
1 parent ad80c32 commit caa5cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openseespy-pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
'Windows',
'Mac'],
install_requires=[
'openseespywin==3.3.0.0; platform_system=="Windows"',
'openseespylinux==3.3.0.0; platform_system=="Linux"',
'openseespymac==3.3.0.0; platform_system=="Darwin"',
'openseespywin>=3.3.0.0; platform_system=="Windows"',
'openseespylinux>=3.3.0.0; platform_system=="Linux"',
'openseespymac>=3.3.0.0; platform_system=="Darwin"',
],
python_requires='>=3.6',
zip_safe=False)

0 comments on commit caa5cb1

Please sign in to comment.