# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Satellite Optical Flow"

HOMEPAGE="https://github.com/openclimatefix/satflow"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""
DEPENDENCIES="dev-python/albumentations[${PYTHON_USEDEP}]
	dev-python/antialiased-cnns[${PYTHON_USEDEP}]
	dev-python/hydra-core[${PYTHON_USEDEP}]
	dev-python/hydra-optuna-sweeper[${PYTHON_USEDEP}]
	dev-python/hydra-colorlog[${PYTHON_USEDEP}]
	dev-python/lightning-bolts[${PYTHON_USEDEP}]
	dev-python/neptune-client[${PYTHON_USEDEP}]
	dev-python/neptune-pytorch-lightning[${PYTHON_USEDEP}]
	>=dev-python/pytest-6.2.4[${PYTHON_USEDEP}]
	>=dev-python/python-dotenv-0.19.0[${PYTHON_USEDEP}]
	dev-python/pytorch-msssim[${PYTHON_USEDEP}]
	>=dev-python/rich-10.6.0[${PYTHON_USEDEP}]
	dev-python/torchvision[${PYTHON_USEDEP}]
	dev-python/affine[${PYTHON_USEDEP}]
	dev-python/torch-optimizer[${PYTHON_USEDEP}]
	dev-python/huggingface-hub[${PYTHON_USEDEP}]
	dev-python/einops[${PYTHON_USEDEP}]
	dev-python/metnet[${PYTHON_USEDEP}]
	dev-python/skillful-nowcasting[${PYTHON_USEDEP}]
	dev-python/perceiver-model[${PYTHON_USEDEP}]
	dev-python/nowcasting-dataset[${PYTHON_USEDEP}]
	dev-python/nowcasting-utils[${PYTHON_USEDEP}]
	dev-python/transformers[${PYTHON_USEDEP}]
	dev-python/torch[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"