Commit aa727ff 1 parent bba2c72 commit aa727ff Copy full SHA for aa727ff
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ We're happy to accept feedback and contributions.
36
36
``` bash
37
37
git clone https://github.com/heronsystems/adeptRL
38
38
cd adeptRL
39
- pip install .
39
+ pip install -e .[all]
40
40
```
41
41
42
42
** From docker:**
Original file line number Diff line number Diff line change 11
11
"profiler" : ["pyinstrument>=2.0" ],
12
12
"atari" : [
13
13
"gym[atari]>=0.10" ,
14
- "opencv-python-headless>=3.4" ,
14
+ "opencv-python-headless<4, >=3.4" ,
15
15
]
16
16
}
17
17
test_deps = ["pytest" ]
36
36
python_requires = ">=3.5.0" ,
37
37
packages = find_packages (),
38
38
install_requires = [
39
- "protobuf==3.13.0" ,
40
39
"numpy>=1.14" ,
41
- "tensorboard>=1.14 " ,
40
+ "tensorflow<3,>=2.4.0 " ,
42
41
"cloudpickle>=0.5" ,
43
42
"pyzmq>=17.1.2" ,
44
43
"docopt>=0.6" ,
45
44
"torch>=1.3.1" ,
46
45
"torchvision>=0.4.2" ,
47
- "ray>=0.8.6" ,
46
+ "ray[tune]<1, >=0.8.6" ,
48
47
"pandas>=1.0.5" ,
49
48
"msgpack<2,>=1.0.2" ,
50
49
"msgpack-numpy<1,>=0.4.7" ,
You can’t perform that action at this time.
0 commit comments