-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
19 lines (18 loc) · 939 Bytes
/
requirements.txt
File metadata and controls
19 lines (18 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (c) 2021 Graphcore Ltd. All rights reserved.
#
# PopART requirement files are organised as follows:
#
# requirements.txt - Includes both `requirements-build.txt` and
# `requirements-run.txt`.
# requirements/build.txt - A list of packages required for building PopART.
# requirements/run.txt - A list of packages required for running PopART.
# requirements/dev.txt - A list of packages recommended to be installed for
# PopART developers. This includes packages like
# conan, cmake, ninja, view, sphinx as well as packages
# that are normally required to build the Poplar view
# but that aren't strictly speaking PopART
# requirements.
# Packages we depend on at build-time:
-r requirements/build.txt
# Packages we depend on at run/test-time:
-r requirements/run.txt