From 64ca113f0b0524b54bf493bda1813c47b22a6436 Mon Sep 17 00:00:00 2001 From: Alex Zastrow Date: Mon, 15 Jan 2024 15:58:16 +0100 Subject: [PATCH] Fix pkg_resources not installed #340 --- phobos/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/phobos/__init__.py b/phobos/__init__.py index aea01060..a5fdcd43 100644 --- a/phobos/__init__.py +++ b/phobos/__init__.py @@ -44,6 +44,7 @@ "yaml": "pyyaml", "numpy": "numpy", "scipy": "scipy", + "pkg_resources": "setuptools", "collada": "pycollada", "pydot": "pydot" }