Commit Graph

13 Commits

Author SHA1 Message Date
Sergei Trofimovich
6338963691 python39Packages.pomegranate: disable two failing tests
Two tests started failing after commit cd7360f19f
("python38Packages.networkx: 2.5.1 -> 2.6.2"):
    test_exact_dp_structure_learning_exclude_edges
    test_constrained_slap_structure_learning_exclude_edges
Both failures are triggered by networkx commit 15b74c552
("Use bidirection_dijkstra as default in weighted shortest_path")

My guess is that among equal paths the different one is picked.
Which should be a benign test failure and not a real regression.

Let's disable the tests to fix package building on master.
2021-09-08 23:48:51 +09:00
Robert T. McGibbon
34305cc1a0 python3Packages.pomegranate: 0.11.2 -> 0.13.5 2021-05-08 13:48:08 -07:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
045132dc5e python38Packages.pomegranate: 0.11.1 -> 0.11.2 2019-12-09 07:25:28 -08:00
R. RyanTM
5f074f3a49 python37Packages.pomegranate: 0.11.0 -> 0.11.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pomegranate/versions
2019-09-29 11:34:43 +02:00
Justin Bedo
5859c5b472
pythonPackages.pomegranate: 0.8.1 -> 0.11.0 2019-08-13 10:13:38 -04:00
Robert Schütz
882cf122be pythonPackages.promegranate: mark as broken
"pomegranate does not yet work with networkx 2.0"
2018-02-22 01:46:11 +01:00
Ryan Bernstein
20fd713669 pythonPackages.pomegranate: Removed unnecessary dependency 2017-11-01 14:41:45 -04:00
Ryan Bernstein
f5b773beec pythonPackages.pomegranate: 0.8.0 -> 0.8.1
Also now using GitHub instead of PiPy, because the PiPy version fails to build. Not sure why they aren't identical.
2017-11-01 14:37:31 -04:00
Frederik Rietdijk
7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
rybern
1d0c8f8687 pythonPackages.pomegranate: init at 0.7.7 (#29338) 2017-09-18 23:52:25 +02:00