[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7.
From: |
Ricardo Wurmus |
Subject: |
[bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7. |
Date: |
Mon, 12 Dec 2022 15:27:00 +0100 |
* gnu/packages/machine-learning.scm (python-hyperopt): Update to 0.2.7.
[arguments]: Adjust check phase; disable test_distribution_rvs test.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Add python-py4j.
[native-inputs]: Remove python-ipython and python-ipyparallel.
---
gnu/packages/machine-learning.scm | 36 ++++++++++++++++---------------
1 file changed, 19 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index fc8de01066..3dbe54a24a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1552,35 +1552,39 @@ (define-public vowpal-wabbit
(define-public python-hyperopt
(package
(name "python-hyperopt")
- (version "0.2.5")
+ (version "0.2.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hyperopt" version))
(sha256
- (base32 "1k4ma8ci0bxghw7g4ms944zak1pi83yv2d6bxd7fcslm1zalfq5w"))))
- (build-system python-build-system)
+ (base32 "0jd1ghmm423kbhjvd6pxq92y5vkz25390687fcnd7fshh3jrmy0v"))))
+ (build-system pyproject-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
+ (list
+ #:phases
+ '(modify-phases %standard-phases
(replace 'check
- (lambda* (#:key inputs outputs tests? #:allow-other-keys)
+ (lambda* (#:key tests? #:allow-other-keys)
(when tests?
- (add-installed-pythonpath inputs outputs)
- (invoke "python" "-m" "pytest" "--ignore"
+ (invoke "python" "-m" "pytest"
;; Needs python-pyspark.
- "hyperopt/tests/test_spark.py"
+ "--ignore" "hyperopt/tests/integration/test_spark.py"
;; Needs both python-scikit-learn and python-lightgbm.
- "--ignore" "hyperopt/tests/test_atpe_basic.py"
+ "--ignore" "hyperopt/tests/unit/test_atpe_basic.py"
;; The tests below need python-lightgbm.
- "-k" (string-append "not test_branin"
- " and not test_distractor"
- " and not test_q1lognormal"
- " and not test_quadratic1"
- " and not test_twoarms"))))))))
+ "-k"
+ (string-append "not test_branin"
+ " and not test_distractor"
+ " and not test_q1lognormal"
+ " and not test_quadratic1"
+ " and not test_twoarms"
+ ;; XXX Type error with this version of
scipy
+ " and not test_distribution_rvs"))))))))
(propagated-inputs
(list python-cloudpickle
python-future
+ python-py4j
python-networkx
python-numpy
python-scipy
@@ -1588,8 +1592,6 @@ (define-public python-hyperopt
python-tqdm))
(native-inputs
(list python-black
- python-ipython
- python-ipyparallel
python-nose
python-pymongo
python-pytest))
--
2.36.1
- [bug#60009] [PATCH 08/18] gnu: python-bokeh: Skip failing PIL test., (continued)
[bug#60009] [PATCH 11/18] gnu: python-cgatcore: Update to 0.6.14., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 07/18] gnu: python-dna-features-viewer: Update to 3.1.1., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 05/18] gnu: python-pygenometracks: Update to 3.5., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 06/18] gnu: python-hicexplorer: Update to 3.7.2., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 12/18] gnu: python-flask-restful: Update to 0.3.9., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 02/18] gnu: python-hyperopt: Update to 0.2.7.,
Ricardo Wurmus <=
[bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., zimoun, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
- [bug#60009] [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Simon Tournier, 2022/12/12
- bug#60009: [PATCH 09/18] gnu: sqlite-next: Update to 3.40.0., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 17/18] gnu: seqmagick: Update to 0.8.4., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 14/18] gnu: python-apispec: Update to 6.0.2., Ricardo Wurmus, 2022/12/12
[bug#60009] [PATCH 15/18] gnu: python-pyjwt: Update to 2.6.0., Ricardo Wurmus, 2022/12/12