Skip to content

Commit ff872a2

Browse files
authored
Remove CMake references in CI and README (#241)
1 parent 762dd03 commit ff872a2

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

.circleci/unittest/linux/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- defaults
44
dependencies:
55
- pip
6-
- cmake >= 3.18
76
- protobuf
87
- pip:
98
- hypothesis

.circleci/unittest/linux_optdeps/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- defaults
44
dependencies:
55
- pip
6-
- cmake >= 3.18
76
- pip:
87
- hypothesis
98
- future

.circleci/unittest/linux_stable/scripts/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ channels:
44
dependencies:
55
- pip
66
- ninja
7-
- cmake >= 3.18
87
- protobuf
98
- pip:
109
- hypothesis

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ and many more to come!
4444

4545
## Installation
4646
Create a conda environment where the packages will be installed.
47-
Before installing anything, make sure you have the latest version of `cmake` and `ninja` libraries:
47+
Before installing anything, make sure you have the latest version of the `ninja` library:
4848

4949
```
5050
conda create --name torch_rl python=3.9
5151
conda activate torch_rl
52-
conda install cmake -c conda-forge
5352
pip install ninja
5453
```
5554

@@ -134,8 +133,6 @@ python -c 'from torchrl.envs import GymEnv'
134133
```
135134
If this is the case, consider executing torchrl from another location.
136135

137-
This may also be caused by several dependency issues: cmake, gcc or ninja versioning, or absence of the CuDNN library when working in a CUDA environment.
138-
139136
On **MacOs**, we recommend installing XCode first.
140137
With Apple Silicon M1 chips, make sure you are using the arm64-built python (e.g. [here](https://betterprogramming.pub/how-to-install-pytorch-on-apple-m1-series-512b3ad9bc6)). Running the following lines of code
141138

0 commit comments

Comments
 (0)