Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mworion committed Apr 19, 2024
1 parent 2589bfd commit 3a5bffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'xisf==0.9.5',
]
+ (['pywin32==306'] if platform.system() == "Windows" else [])
+ (['PyQt5==6.6.1'] if platform.machine() not in ['armv7l'] else [])
+ (['PyQt6==6.6.1'] if platform.machine() not in ['armv7l'] else [])
+ (['PyQt3D==6.6.0'] if platform.machine() not in ['armv7l',
'aarch64'] else []),
keywords=['6.6.1'],
Expand Down

0 comments on commit 3a5bffc

Please sign in to comment.