File: control

package info (click to toggle)
eagerpy 0.30.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 440 kB
  • sloc: python: 3,914; makefile: 73; javascript: 38; sh: 30
file content (25 lines) | stat: -rw-r--r-- 863 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
Source: eagerpy
Maintainer: Gard Spreemann <gspr@nonempty.org>
Section: python
Priority: optional
Standards-Version: 4.6.2.0
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-numpy,
               python3-setuptools,
               python3-typing-extensions (>= 3.7.4.1)
Rules-Requires-Root: no
Homepage: https://eagerpy.jonasrauber.de/
Vcs-Browser: https://salsa.debian.org/gspr/eagerpy
Vcs-Git: https://salsa.debian.org/gspr/eagerpy.git -b debian/sid

Package: python3-eagerpy
Section: python
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python3-torch
Description: Wrapper around various Python multidimensional array types
 EagerPy is a Python framework that lets you write code that automatically
 works natively with PyTorch, TensorFlow, JAX, and NumPy.