Skip to content

Commit c624ab1

Browse files
authored
Merge pull request #19 from HiDiHlabs/dev
License and leidenalg update
2 parents ff4fac4 + 8057b6f commit c624ab1

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SpatialLeiden
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
[![License: GPL v3+](https://img.shields.io/badge/License-GPLv3%2B-blue.svg)](./LICENSE)
44
[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
55
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
66
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
@@ -69,5 +69,10 @@ This project follows the [SemVer](https://semver.org/) guidelines for versioning
6969

7070
## License
7171

72-
This project is licensed under the MIT License - for details please refer to the
73-
[LICENSE](./LICENSE) file.
72+
Copyright (C) 2025 N. Müller-Bötticher, S. Sahay, N. Ishaque, R. Eils, HiDiHlabs
73+
74+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
75+
76+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
77+
78+
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
{ name = "Niklas Müller-Bötticher", email = "[email protected]" },
1717
{ name = "Shashwat Sahay", email = "[email protected]" },
1818
]
19-
dependencies = ["igraph", "leidenalg~=0.10.2", "numpy>=1.21", "scipy>=1.9"]
19+
dependencies = ["igraph", "leidenalg >=0.10.2, <0.12", "numpy>=1.21", "scipy>=1.9"]
2020
classifiers = [
2121
"Intended Audience :: Science/Research",
2222
"Programming Language :: Python",

0 commit comments

Comments
 (0)