···4445 # dependencies
46 astunparse,
47- fsspec,
48 filelock,
0049 jinja2,
50 networkx,
000051 sympy,
52- numpy,
53- pyyaml,
54- cffi,
55- click,
56 typing-extensions,
57 # ROCm build and `torch.compile` requires `triton`
58 tritonSupport ? (!stdenv.hostPlatform.isDarwin),
···68 # (@SomeoneSerge)
69 _tritonEffective ? if cudaSupport then triton-cuda else triton,
70 triton-cuda,
71-72- # Unit tests
73- hypothesis,
74- psutil,
7576 # Disable MKLDNN on aarch64-darwin, it negatively impacts performance,
77 # this is also what official pytorch build does
···510 dependencies =
511 [
512 astunparse
513- cffi
514- click
515- numpy
516- pyyaml
517-518- # From install_requires:
519- fsspec
520 filelock
521- typing-extensions
522- sympy
523- networkx
524 jinja2
000000000525526 # the following are required for tensorboard support
527 pillow
···4445 # dependencies
46 astunparse,
47+ expecttest,
48 filelock,
49+ fsspec,
50+ hypothesis,
51 jinja2,
52 networkx,
53+ packaging,
54+ psutil,
55+ pyyaml,
56+ requests,
57 sympy,
58+ types-dataclasses,
00059 typing-extensions,
60 # ROCm build and `torch.compile` requires `triton`
61 tritonSupport ? (!stdenv.hostPlatform.isDarwin),
···71 # (@SomeoneSerge)
72 _tritonEffective ? if cudaSupport then triton-cuda else triton,
73 triton-cuda,
00007475 # Disable MKLDNN on aarch64-darwin, it negatively impacts performance,
76 # this is also what official pytorch build does
···509 dependencies =
510 [
511 astunparse
512+ expecttest
000000513 filelock
514+ fsspec
515+ hypothesis
0516 jinja2
517+ networkx
518+ ninja
519+ packaging
520+ psutil
521+ pyyaml
522+ requests
523+ sympy
524+ types-dataclasses
525+ typing-extensions
526527 # the following are required for tensorboard support
528 pillow
+1
pkgs/top-level/aliases.nix
···822 licensor = throw "'licensor' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
823 lightdm_gtk_greeter = lightdm-gtk-greeter; # Added 2022-08-01
824 lightstep-tracer-cpp = throw "lightstep-tracer-cpp is deprecated since 2022-08-29; the upstream recommends migration to opentelemetry projects.";
0825 limesctl = throw "limesctl has been removed because it is insignificant."; # Added 2024-11-25
826 lispPackages_new = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
827 lispPackages = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
···822 licensor = throw "'licensor' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
823 lightdm_gtk_greeter = lightdm-gtk-greeter; # Added 2022-08-01
824 lightstep-tracer-cpp = throw "lightstep-tracer-cpp is deprecated since 2022-08-29; the upstream recommends migration to opentelemetry projects.";
825+ lime3ds = throw "lime3ds is deprecated, use 'azahar' instead."; # Added 2025-03-22
826 limesctl = throw "limesctl has been removed because it is insignificant."; # Added 2024-11-25
827 lispPackages_new = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
828 lispPackages = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07