Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-openai
Commits:
200d4acc by Carl Smedstad at 2024-09-27T22:37:19+02:00
upgpkg: 1.50.1-2: Remove missing optional dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-openai
pkgdesc = Python client library for the OpenAI API
pkgver = 1.50.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openai/openai-python
arch = any
license = MIT
@@ -31,9 +31,7 @@ pkgbase = python-openai
depends = python-typing_extensions
optdepends = python-numpy: Needed for CLI fine-tuning data preparation
tool
optdepends = python-pandas: Needed for CLI fine-tuning data preparation
tool
- optdepends = python-pandas-stubs: Needed for type hints for mypy
optdepends = python-openpyxl: Needed for CLI fine-tuning data
preparation tool xlsx format
- optdepends = python-wandb: Support for Weights & Biases
optdepends = python-scikit-learn: Needed for embedding utils
optdepends = python-tenacity: embeddings
optdepends = python-matplotlib: embeddings
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-openai
_name=openai-python
pkgver=1.50.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python client library for the OpenAI API"
arch=('any')
url="https://github.com/openai/openai-python"
@@ -44,9 +44,8 @@ checkdepends=(
optdepends=(
'python-numpy: Needed for CLI fine-tuning data preparation tool'
'python-pandas: Needed for CLI fine-tuning data preparation tool'
- 'python-pandas-stubs: Needed for type hints for mypy'
'python-openpyxl: Needed for CLI fine-tuning data preparation tool xlsx
format'
- 'python-wandb: Support for Weights & Biases'
+ # 'python-wandb: Support for Weights & Biases' # Not packaged
'python-scikit-learn: Needed for embedding utils'
'python-tenacity: embeddings'
'python-matplotlib: embeddings'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/200d4acc68272140fa0f76d2ff53bec0f243845f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openai/-/commit/200d4acc68272140fa0f76d2ff53bec0f243845f
You're receiving this email because of your account on gitlab.archlinux.org.