File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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'
1215repository-code : ' https://github.com/simon-donike/SISR-RS-SRGAN'
1316url : ' http://srgan.opensr.eu/'
1417keywords :
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " opensr-srgan"
7- version = " 0.1.33 "
7+ version = " 0.1.35 "
88description = " Modular Super-Resolution GAN Framework for Remote Sensing."
99readme = " README.md"
1010authors = [
1111 { name = " Simon Donike, ESAOpenSR Team" }
1212]
1313license = { file = " LICENSE" }
14- requires-python = " >=3.9 "
14+ requires-python = " ==3.10 "
1515dependencies = [
1616 " torch==1.13" ,
17- " pytorch-lightning>=1.9, <2.0" ,
17+ " pytorch-lightning<2.0" ,
1818 " torchvision" ,
1919 " numpy" ,
2020 " kornia" ,
You can’t perform that action at this time.
0 commit comments