We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8889cf2 commit 31fc8d9Copy full SHA for 31fc8d9
reagent/test/preprocessing/test_transforms.py
@@ -9,6 +9,7 @@
9
import numpy as np
10
import reagent.core.types as rlt
11
import torch
12
+import fbgemm_gpu
13
from reagent.preprocessing import transforms
14
from reagent.preprocessing.types import InputColumn
15
setup.cfg
@@ -17,6 +17,7 @@ install_requires =
17
# issue: https://github.com/openai/spinningup/issues/178
18
cloudpickle~=1.2.0
19
iopath
20
+ fbgemm-gpu-nightly
21
numpy>=1.17.2
22
pandas>=1.0.3
23
# https://github.com/samuelcolvin/pydantic/issues/2042
0 commit comments