Skip to content

Commit

Permalink
Patch matplotlib deps for curvelops.plot (#19)
Browse files Browse the repository at this point in the history
* desmystifying curvelets

* matteos suggestions

* feat: new notebook

* fix: missing matplotlib dependency

* update version
  • Loading branch information
cako committed Mar 25, 2023
1 parent c033c52 commit c2baaa7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ After these are installed, you may install `curvelops` with:
```bash
export FFTW=/path/to/fftw-2.1.5
export FDCT=/path/to/CurveLab-2.1.3
python3 -m pip install git+https://github.com/PyLops/curvelops@0.22.2
python3 -m pip install git+https://github.com/PyLops/curvelops@0.23
```

as long as you are using a `pip>=10.0`. To check, run `python3 -m pip --version`.
Expand Down
2 changes: 1 addition & 1 deletion docssrc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Once FFTW and CurveLab are installed, install Curvelops with:
$ export FFTW=/path/to/fftw-2.1.5
$ export FDCT=/path/to/CurveLab-2.1.3
$ python3 -m pip install git+https://github.com/PyLops/curvelops@0.21
$ python3 -m pip install git+https://github.com/PyLops/curvelops@0.23
The ``FFTW`` variable is the same as ``FFTW_DIR`` as provided in the CurveLab
installation. The ``FDCT`` variable points to the root of the CurveLab
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"numpy>=1.21.0",
"scipy>=1.9.1; python_version >= '3.9'",
"pylops>=2.0",
"matplotlib",
],
setup_requires=[
"pybind11>=2.6.0; python_version < '3.10'",
Expand Down

0 comments on commit c2baaa7

Please sign in to comment.