Skip to content

Commit 04f4db7

Browse files
committed
v0.1.35
1 parent 7d8e74f commit 04f4db7

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
--cov-report=xml
4242
4343
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v4
44+
uses: codecov/codecov-action@v5
4545
with:
4646
files: ./coverage.xml
4747
flags: unittests
4848
verbose: true
49+
token: ${{ secrets.CODECOV_TOKEN }}
50+

CITATION.cff

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ authors:
99
family-names: Donike
1010
email: accounts@donike.net
1111
orcid: 'https://orcid.org/0000-0002-4440-3835'
12+
- given-names: Luis
13+
family-names: Gomez-Chova
14+
orcid: 'https://orcid.org/0000-0003-3924-1269'
1215
repository-code: 'https://github.com/simon-donike/SISR-RS-SRGAN'
1316
url: 'http://srgan.opensr.eu/'
1417
keywords:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "opensr-srgan"
7-
version = "0.1.33"
7+
version = "0.1.35"
88
description = "Modular Super-Resolution GAN Framework for Remote Sensing."
99
readme = "README.md"
1010
authors = [
1111
{ name = "Simon Donike, ESAOpenSR Team" }
1212
]
1313
license = { file = "LICENSE" }
14-
requires-python = ">=3.9"
14+
requires-python = "==3.10"
1515
dependencies = [
1616
"torch==1.13",
17-
"pytorch-lightning>=1.9,<2.0",
17+
"pytorch-lightning<2.0",
1818
"torchvision",
1919
"numpy",
2020
"kornia",

0 commit comments

Comments
 (0)