From 8decb5f2eea07faef958915e9fb876581d5fe03f Mon Sep 17 00:00:00 2001 From: "K.-Michael Aye" <69774+michaelaye@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:09:02 +0100 Subject: [PATCH] Add spiceypy, yarl, and matplotlib to project dependencies in pyproject.toml. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 132539f..fc28a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ dependencies = [ "tqdm", "pandas", "astropy", + "spiceypy", + "yarl", + "matplotlib", ] repository = "https://github.com/planetarypy/planetarypy"