You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ While using conda, you dont even need to have python 3.11 installed from before.
16
16
**Windows and Linux*: `conda create -n .\virtual_environment\alg4 python=3.11`
17
17
When creating with conda, feel free to use pip therafter to install other packages - this is necessary as causal-learn and dowhy are not available on conda.
18
18
19
-
> [!NOTE]
20
-
> It is recommended that you comment out the following packages first in your requirements.txt:
19
+
---
20
+
**NOTE**
21
+
It is recommended that you comment out the following packages first in your requirements.txt:
21
22
1. tensorflow:
22
23
- tensorboard==2.15.1
23
24
- tensorboard-data-server==0.7.2
@@ -34,6 +35,7 @@ When creating with conda, feel free to use pip therafter to install other packag
34
35
> Thereafter install tensorflow simply by using: `pip install tensorflow`
35
36
36
37
> Install pytorch using the official site for [current version](https://pytorch.org/get-started/locally/) or [older versions](https://pytorch.org/get-started/previous-versions/).
0 commit comments