Search Criteria
Package Details: python-optuna 4.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-optuna.git (read-only, click to copy) |
---|---|
Package Base: | python-optuna |
Description: | A hyperparameter optimization framework |
Upstream URL: | https://optuna.org |
Licenses: | MIT |
Submitter: | benallard |
Maintainer: | benallard |
Last Packager: | benallard |
Votes: | 1 |
Popularity: | 0.31 |
First Submitted: | 2021-03-18 20:58 (UTC) |
Last Updated: | 2025-01-24 15:02 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-alembic
- python-colorlog
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-packaging
- python-pyyaml (python-yaml)
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-tqdm
- python-setuptools (make)
- python-wheel (make)
Latest Comments
iyanmv commented on 2025-01-27 18:55 (UTC)
You are still missing
python-build
andpython-installer
inmakedepends
array.benallard commented on 2025-01-24 15:03 (UTC)
Thanks for the feedback, please tell me if I properly addressed all the points.
iyanmv commented on 2025-01-24 10:08 (UTC)
This PKGBUILD is broken. You are missing all makedepends, you are also not installing the license, and please don't use
pip
. Check the Python package guidelines.If you need help I can send you a minimal patch.
lmartinez-mirror commented on 2022-02-03 20:28 (UTC)
Package is missing
python-setuptools
frommakedepends
.