Skip to content

Commit

Permalink
put back dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander van Engelen committed Apr 10, 2024
1 parent c4fdcfa commit 8316871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pspipe_utils/poisson_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from scipy.interpolate import InterpolatedUnivariateSpline
from matplotlib import rcParams

#alex hacking this

from . import get_data_path


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
python_requires=">=3.5",
install_requires=[
"pspy>=1.5.3",
# "mflike>=0.8.2",
"mflike>=0.8.2",
],
package_data={"": ["data/**"]},
)

0 comments on commit 8316871

Please sign in to comment.