mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pgmpy: Update to 1.0.0.
* gnu/packages/statistics.scm (python-pgmpy): Update to 1.0.0. [arguments]{test-flags}: Ignore failing tests. [native-inputs]: Add python-pyro-ppl, python-setuptools, python-wheel, python-xgboost. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
984a35fbde
commit
c42f6d6a18
1 changed files with 13 additions and 3 deletions
|
@ -3327,7 +3327,7 @@ statistical summary in arrays and enumerables.")
|
||||||
(define-public python-pgmpy
|
(define-public python-pgmpy
|
||||||
(package
|
(package
|
||||||
(name "python-pgmpy")
|
(name "python-pgmpy")
|
||||||
(version "0.1.24")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;pypi package does not include test data
|
(method git-fetch) ;pypi package does not include test data
|
||||||
|
@ -3337,8 +3337,14 @@ statistical summary in arrays and enumerables.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fvzh6v0yhgdryczamvzhfy2ymywkh0ssx4rl47xnfvi43hnij90"))))
|
"1hg6wrg3jcac71zn4gknni1wrn38wa86ka3sgp2bndz59mx6sr2s"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-flags
|
||||||
|
#~(list "-k" (string-append
|
||||||
|
"not test_pillai"
|
||||||
|
" and not test_estimate_with_cache_no_llm_calls"
|
||||||
|
" and not test_estimate_with_orientations"))))
|
||||||
(propagated-inputs (list python-daft
|
(propagated-inputs (list python-daft
|
||||||
python-joblib
|
python-joblib
|
||||||
python-networkx
|
python-networkx
|
||||||
|
@ -3352,7 +3358,11 @@ statistical summary in arrays and enumerables.")
|
||||||
python-statsmodels
|
python-statsmodels
|
||||||
python-tqdm))
|
python-tqdm))
|
||||||
(native-inputs (list python-mock
|
(native-inputs (list python-mock
|
||||||
python-pytest))
|
python-pyro-ppl
|
||||||
|
python-pytest
|
||||||
|
python-setuptools
|
||||||
|
python-wheel
|
||||||
|
python-xgboost))
|
||||||
(home-page "https://github.com/pgmpy/pgmpy")
|
(home-page "https://github.com/pgmpy/pgmpy")
|
||||||
(synopsis "Probabilistic Graphical Models library")
|
(synopsis "Probabilistic Graphical Models library")
|
||||||
(description "This package provides a library for Probabilistic
|
(description "This package provides a library for Probabilistic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue