Skip to content

Commit

Permalink
switch mtpy-v2 branch, rm rasterio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Sep 4, 2024
1 parent 0942bf9 commit 70313c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install -r requirements-dev.txt
pip install git+https://github.com/kujaku11/mt_metadata.git@main
pip install git+https://github.com/kujaku11/mth5.git@master
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@main
pip install git+https://github.com/MTgeophysics/mtpy-v2.git@simpeg
pip uninstall aurora -y
- name: Install Our Package
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# history = history_file.read()

requirements = [
"rasterio<=1.3.10",
"mt_metadata",
"mth5",
"mtpy-v2",
Expand Down

0 comments on commit 70313c7

Please sign in to comment.