Skip to content

Commit 0860e48

Browse files
committed
Adjust other version numbers
1 parent 5affe76 commit 0860e48

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Installation
3939
------------
4040

4141
In short: ``pip install leidenalg``. All major platforms are supported on
42-
Python>=3.6, earlier versions of Python are no longer supported. Alternatively,
42+
Python>=3.9, earlier versions of Python are no longer supported. Alternatively,
4343
you can install from Anaconda (channel ``conda-forge``).
4444

4545
For Unix like systems it is possible to install from source. For Windows this is
@@ -55,11 +55,11 @@ that not only ``gcc`` is installed, but also ``g++``, as the ``leidenalg``
5555
package is programmed in ``C++``. Note that there are build scripts included in
5656
the ``scripts/`` directory. These are also used to build the binary wheels.
5757

58-
1. Compile (and install) the C core of ``igraph`` (version >= 0.10). You can use
58+
1. Compile (and install) the C core of ``igraph`` (version >= 1.0.0). You can use
5959
the file ``build_igraph.sh`` (on Unix-like systems) or ``build_igraph.bat``
6060
(on Windows) in the ``scripts/`` directory to do this. For more details, see
6161
https://igraph.org/c/doc/igraph-Installation.html.
62-
2. Compile (and install) the C core of ``libleidenalg`` (version >= 0.10). You
62+
2. Compile (and install) the C core of ``libleidenalg`` (version >= 0.12). You
6363
can use the file ``build_libleidenalg.sh`` (on Unix-like systems) or
6464
``build_libleidenalg.bat`` (on Windows) in the ``scripts/`` directory to do
6565
this. For more details, see https://github.com/vtraag/libleidenalg.

build-doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ channels:
33
- conda-forge
44
dependencies:
55
- python
6-
- igraph>=0.10,<0.11
7-
- libleidenalg>=0.11,<0.12
8-
- python-igraph>=0.10,<0.11
6+
- igraph>=1.0.0,<2
7+
- libleidenalg>=0.12,<0.13
8+
- python-igraph>=1.0.0,<2
99
- ddt
1010
- sphinx
1111
- sphinx_rtd_theme

0 commit comments

Comments
 (0)