mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-05-17 12:40:39 +00:00
d54dff1cd6
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
9 lines
163 B
TOML
9 lines
163 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 42",
|
|
"setuptools_scm[toml] >= 3.4",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
[tool.setuptools_scm]
|