Files
ReAgent/pyproject.toml
Kittipat Virochsiri d54dff1cd6 Adjusting CircleCI config (#323)
Summary:
Pull Request resolved: https://github.com/facebookresearch/ReAgent/pull/323

Add pytorch-lightning to dep. Change installation commands so that pytorch is installed along with all other deps. Speed up the unittest setup by using the pre-built wheel of opencv-python.

Reviewed By: kaiwenw

Differential Revision: D24008272

fbshipit-source-id: 05daa225e13033abb8aa622d3fef75d227820f40
2020-09-30 10:20:03 -07:00

9 lines
163 B
TOML

[build-system]
requires = [
"setuptools >= 42",
"setuptools_scm[toml] >= 3.4",
"wheel"
]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]