Commit Graph

15 Commits

Author SHA1 Message Date
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
0cd89bba2b python3Packages.dask-glm: disable failing tests
Some times require the `loop_in_thread` fixture that for some reason
isn't available anymore. There are indiciations that it can be imported
from another location after distributed>=2022.8.0, but the dask-glm
upstream is not very active anymore.
2022-11-06 16:38:40 +01:00
Fabian Affolter
fc78ec9679 python310Packages.dask-glm: handle optional dependencies 2022-06-06 11:46:38 -07:00
DavHau
cd8f3e6c44 python3Packages.scikitlearn: rename to scikit-learn 2021-05-17 17:41:36 +07:00
Robert Schütz
7e55392a4f python3Packages.dask-glm: use pytestCheckHook 2021-04-27 11:14:21 +02:00
Frederik Rietdijk
02c2a942d9 python3Packages.dask-glm: fix eval 2021-04-24 10:59:07 +02:00
github-actions[bot]
d8d6ba0d2e Merge master into staging-next 2021-04-24 06:05:30 +00:00
Noah D. Brenowitz
47410ef56d pythonPackages.dask-glm: add missing build dependency
setuptools-scm is a setup requirement of this package.
2021-04-23 00:04:13 -07:00
Jonathan Ringer
bd8fb47110 python3Packages.dask-glm: add missing setuptools-scm dep 2021-04-20 22:19: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
Matthew Bauer
290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Frederik Rietdijk
6e8d5badc5 python: dask-glm: 0.1.0 -> 0.2.0 2018-12-03 16:50:29 +01:00
Chris Ostrouchov
32cb956fea pythonPackages.dask-glm: init at 0.1.0 2018-09-13 16:40:58 -04:00