Skip to content

Commit

Permalink
Merge pull request #299 from simpeg/condaforge_reduce_memory
Browse files Browse the repository at this point in the history
Condaforge reduce memory
  • Loading branch information
kkappler authored Sep 30, 2023
2 parents 479ef99 + adad79a commit ede3e2a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. image:: /docs/figures/aurora_logo.png
.. image:: docs/figures/aurora_logo.png
:width: 900
:alt: AURORA

Expand Down
1 change: 0 additions & 1 deletion aurora/pipelines/time_series_helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from deprecated import deprecated
import numpy as np
import pandas as pd
import scipy.signal as ssig
Expand Down
1 change: 0 additions & 1 deletion aurora/transfer_function/emtf_z_file_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
They extract info needed to setup emtf_z files.
"""
import fortranformat as ff
import numpy as np

EMTF_CHANNEL_ORDER = ["hx", "hy", "hz", "ex", "ey"]
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
# history = history_file.read()

requirements = [
"dask",
"deprecated",
"matplotlib",
"mth5",
"mt_metadata",
Expand All @@ -23,7 +21,6 @@
"pandas<1.5",
"scipy",
"xarray",
"fortranformat",
]

setup_requirements = [
Expand Down

0 comments on commit ede3e2a

Please sign in to comment.