Skip to content

Commit 3bd9df5

Browse files
committed
BUG: Reorder deps in show_versions for setuptools issue
1 parent eccc32a commit 3bd9df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproj/_show_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _get_deps_info():
8181
deps_info: dict
8282
version information on relevant Python libraries
8383
"""
84-
deps = ["certifi", "pip", "setuptools", "Cython"]
84+
deps = ["certifi", "Cython", "setuptools", "pip"]
8585

8686
def get_version(module):
8787
try:

0 commit comments

Comments
 (0)