Skip to content

Commit

Permalink
Merge pull request #233 from SURGroup/Development
Browse files Browse the repository at this point in the history
Removes seaborn from example dependencies
  • Loading branch information
dimtsap authored Nov 27, 2023
2 parents cce5c3a + f695e37 commit f8d0b1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from UQpy.stochastic_process import KarhunenLoeveExpansion
import numpy as np
import matplotlib.pyplot as plt
plt.style.use('seaborn')

#%% md
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from UQpy.stochastic_process import KarhunenLoeveExpansion2D
import numpy as np

plt.style.use('seaborn')

# %% md
#
Expand Down

0 comments on commit f8d0b1d

Please sign in to comment.