Skip to content

Commit

Permalink
MNT: adding json dependency to tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-Prates committed May 14, 2024
1 parent a2a7238 commit 1c7f84d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketpy/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from cftime import num2pydate
from matplotlib.patches import Ellipse
from packaging import version as packaging_version
import json

# Mapping of module name and the name of the package that should be installed
INSTALL_MAPPING = {"IPython": "ipython"}
Expand Down

0 comments on commit 1c7f84d

Please sign in to comment.