Skip to content

Commit

Permalink
🔧 Update dependencies and license information
Browse files Browse the repository at this point in the history
  • Loading branch information
jejon committed Mar 5, 2024
1 parent be062b8 commit cf05b15
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Dependencies
run: |
pip install -U .
pdm sync -d --only-keep -G doc
pdm sync -d
- name: Sphinx build
run: pdm run doc
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down
31 changes: 5 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
IMEC license
MIT License

Copyright (c) Jef Jonkers
2023 Ghent University and IMEC vzw with offices at Technologiepark 15, 9052 Ghent, Belgium - Email: info@imec.be.
Belgium - Contact info: http://predict.idlab.ugent.be
Copyright (c) 2024 Jef Jonkers

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software for non-commercial educational and research use, including without
limitation the rights to use, copy, modify, merge, publish, distribute and/or
sublicense copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

1. The above copyright notice and this permission notice shall be included in
all copies of the Software.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

2. Permission is restricted to non-commercial educational and research use:
the use of the Software is allowed for teaching purposes and academic
research. Usage by non-academic parties is allowed in a strict research
environment only. The use of the results of the research for commercial
purposes or inclusion in commercial activities requires the permission of
Ghent University and IMEC vzw.

3. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

[![PyPI Latest Release](https://img.shields.io/pypi/v/landmarker.svg)](https://pypi.org/project/landmarker/)
[![support-version](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)](https://pypi.org/project/landmarker/)
[![support-version](https://img.shields.io/badge/python-3.10%20%7C%203.12-blue)](https://pypi.org/project/landmarker/)
[![codecov](https://img.shields.io/codecov/c/github/predict-idlab/landmarker?logo=codecov)](https://codecov.io/gh/predict-idlab/landmarker)
[![CodeQL](https://github.com/predict-idlab/landmarker/actions/workflows/codeql.yml/badge.svg)](https://github.com/predict-idlab/landmarker/actions/workflows/codeql.yml)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](http://makeapullrequest.com)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ dependencies = [
"matplotlib>=3.7.4",
"seaborn>=0.13.0",
]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.10,<3.12"
readme = "README.md"
license = {text = "IMEC"}
license = {text = "MIT"}

[tool.pdm.version]
source = "file"
Expand Down

0 comments on commit cf05b15

Please sign in to comment.