File: control

package info (click to toggle)
pytorch-scatter 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,128 kB
  • sloc: python: 1,574; cpp: 1,379; sh: 58; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 1,367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: pytorch-scatter
Section: science
Priority: optional
Maintainer: Debian Deep Learning Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libtorch-dev,
 pybind11-dev,
 python3,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-torch,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.1
Homepage: https://github.com/rusty1s/pytorch_scatter
Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-scatter
Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-scatter.git

Package: python3-torch-scatter
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks: python3-torch-sparse (<< 0.6.18-3)
Description: PyTorch Extension Library of Optimized Scatter Operations
 This package consists of a small extension library of highly optimized sparse
 update (scatter and segment) operations for the use in PyTorch, which are
 missing in the main package. Scatter and segment operations can be roughly
 described as reduce operations based on a given "group-index" tensor. Segment
 operations require the "group-index" tensor to be sorted, whereas scatter
 operations are not subject to these requirements.
 .
 This package installs the library for Python 3.