Skip to content

Commit

Permalink
Reorder runtime packages in "colour.utilities.describe_environment" d…
Browse files Browse the repository at this point in the history
…efinition.
  • Loading branch information
KelSolaar committed Oct 20, 2019
1 parent a625637 commit 6adbfcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colour/utilities/verbose.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,8 @@ def describe_environment(runtime_packages=True,

if runtime_packages:
for package in [
'imageio', 'numpy', 'scipy', 'six', 'pandas', 'matplotlib',
'networkx', 'pygraphviz'
'imageio', 'matplotlib', 'networkx', 'numpy', 'pandas',
'pygraphviz', 'scipy', 'six'
]:
try:
namespace = __import__(package)
Expand Down

0 comments on commit 6adbfcb

Please sign in to comment.