From ae28edc31b8a4144b4332c6a5a216fbe5727d7b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Mon, 4 Nov 2024 19:59:29 +0100 Subject: [PATCH] python-keras: disable after theano was dropped newer versions require tensorflow. --- mingw-w64-python-keras/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-keras/PKGBUILD b/mingw-w64-python-keras/PKGBUILD index 0434d1be16..52293a0482 100644 --- a/mingw-w64-python-keras/PKGBUILD +++ b/mingw-w64-python-keras/PKGBUILD @@ -11,7 +11,7 @@ pkgver=2.3.1 pkgrel=7 pkgdesc="Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64') +mingw_arch=() url="https://keras.io/" msys2_references=( 'pypi: keras'