Skip to content

Commit

Permalink
Modified requirements and README
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieumeo committed Apr 13, 2021
1 parent e3d64a9 commit 766d17b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The package, named `pycgsp <https://pypi.org/project/pycgsp>`_, is organised as
* Graph convolution operators: ``GraphConvolution``
* Graph differential operators: ``GraphLaplacian``, ``GraphGradient``, ``GeneralisedGraphLaplacian``.

2. The subpackage ``pycgsp.tesselation`` provides routines for generating graphs from discrete tessellations of continuous manifolds such as the sphere.
2. The subpackage ``pycgsp.graph`` provides routines for generating graphs from discrete tessellations of continuous manifolds such as the sphere.

Installation
============
Expand Down
Binary file modified doc/.DS_Store
Binary file not shown.
Binary file modified doc/api/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python == 3.6.*
python >= 3.6.*
pygsp == 0.5.1
healpy >= 1.14.*
numpy >= 1.10
Expand Down

0 comments on commit 766d17b

Please sign in to comment.