Changeset 4717 for trunk/GSASIIdataGUI.py
- Timestamp:
- Jan 5, 2021 8:55:39 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4693 r4717 408 408 'matplotlib': ['3.1','3.2']} 409 409 'versions of modules that are known to have bugs' 410 versionDict['tooNewWarn'] = {'matplotlib': '3.3', 'wx':'4.1'} 410 versionDict['tooNewWarn'] = {'wx':'4.1'} 411 #'matplotlib': '3.4', 411 412 'module versions newer than what we have tested where problems are suspected' 412 413 413 414 def ShowVersions(): 414 415 '''Show the versions all of required Python packages, etc.
Note: See TracChangeset
for help on using the changeset viewer.