Skip to content

Commit

Permalink
re-add seaborn and use -r in requirements-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed Nov 1, 2024
1 parent b9c4002 commit b37792f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions glidertest/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
import seaborn as sns
import xarray as xr
from matplotlib.dates import DateFormatter
from pandas import DataFrame
Expand Down
13 changes: 1 addition & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
netcdf4
pooch
sgp4>=2.14
xarray
numpy
matplotlib
pandas
scipy
skyfield
jupyterlab
-r requirements.txt
pytest
nbsphinx
nbconvert
sphinx
sphinx-rtd-theme
cartopy
gsw
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ numpy
matplotlib
pandas
scipy
seaborn
skyfield
gsw
sgp4>=2.14
Expand Down

0 comments on commit b37792f

Please sign in to comment.