Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Oct 16, 2023
1 parent dabc2fa commit a9fd1ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
from pyvistaqt import MainWindow, QtInteractor
from qtpy import QtGui, QtWidgets

import PVGeo
import pandas as pd
import matplotlib.pyplot as plt
from matplotlib.ticker import MultipleLocator, FormatStrFormatter, AutoMinorLocator
from matplotlib.colors import ListedColormap
from scipy.stats import entropy


def resource_path(relative_path=""):
"""Get absolute path to resource, works for dev and for PyInstaller."""
Expand Down
2 changes: 2 additions & 0 deletions main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ a = Analysis(
"vtkmodules.util.numpy_support",
"vtkmodules.numpy_interface.dataset_adapter",
"vtkmodules.vtkFiltersGeneral",
"scipy.stats"
"pandas",
],
)
block_cipher = None
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ pytest==7.4.0
pyvista
pyvistaqt
vtk
PVGeo
pandas
matplotlib
scipy

0 comments on commit a9fd1ee

Please sign in to comment.