# 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. # NOTE: Don't add things here you wouldn't want to be installed on CI. # Packages we depend on at build-time: wheel jinja2==3.0.3 libclang==12.0.0 mypy==0.910 protobuf==3.17.3