We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f996cdb commit d5a6977Copy full SHA for d5a6977
3 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: ["3.10"]
+ python-version: ["3.10", "3.12"]
19
20
steps:
21
- uses: actions/checkout@v4
paper/SRGAN_v0.1.0.pdf
-4.42 MB
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "opensr-srgan"
7
-version = "0.1.37"
+version = "0.1.38"
8
description = "Modular Super-Resolution GAN Framework for Remote Sensing."
9
readme = "README.md"
10
authors = [
11
{ name = "Simon Donike, ESAOpenSR Team" }
12
]
13
license = { file = "LICENSE" }
14
-requires-python = ">=3.10,<3.11"
+requires-python = ">=3.10,!=3.11.*,<3.13"
dependencies = [
"torch==1.13.1; python_version < \"3.11\"",
"torch>=2.1; python_version >= \"3.12\"",
0 commit comments