Skip to content
Snippets Groups Projects
Commit d7fec19c authored by Vincent Delbar's avatar Vincent Delbar
Browse files

ENH: avoid numpy 2 installation + new license spec

parent a54587d5
Branches develop
Tags 2.2.1
No related merge requests found
Pipeline #329282 passed
# -*- coding: utf-8 -*-
"""This module provides convenient python wrapping of otbApplications."""
__version__ = "2.2.0"
__version__ = "2.2.1"
from .helpers import logger
from .core import (
......
[build-system]
requires = ["setuptools >= 61.0", "wheel"]
requires = ["setuptools >= 65.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
......@@ -12,10 +12,11 @@ authors = [
]
requires-python = ">=3.7"
keywords = ["gis", "remote sensing", "otb", "orfeotoolbox", "orfeo toolbox"]
dependencies = ["numpy>=1.16"]
readme = "README.md"
license = { text = "Apache-2.0" }
dependencies = ["numpy>=1.16,<2"]
dynamic = ["version"]
readme = "README.md"
license = "Apache-2.0"
license-files = ["LICENSE", "AUTHORS.md"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
......@@ -23,9 +24,9 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Scientific/Engineering :: Image Processing",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment