Skip to content

Commit

Permalink
fix(skfmm): bump skfmm version to fix setuptools bug
Browse files Browse the repository at this point in the history
See: pypa/setuptools#3197

(This was preventing builds in binder)
  • Loading branch information
TomWinder committed Mar 2, 2023
1 parent f617bac commit 48a4ca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion quakemigrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- scipy
- pip
- pip:
- scikit-fmm==2019.1.30
- scikit-fmm==2022.08.15
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ obspy>=1.2
pandas==1.0.*
pyproj>=2.5
scipy
scikit-fmm==2019.1.30
scikit-fmm==2022.08.15
ipympl
pillow
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def get_extras_require():
if READ_THE_DOCS:
return {"docs": ['Sphinx >= 1.8.1', 'docutils']}
else:
return {"fmm": ["scikit-fmm==2019.1.30"]}
return {"fmm": ["scikit-fmm==2022.08.15"]}


def get_include_dirs():
Expand Down

0 comments on commit 48a4ca8

Please sign in to comment.