We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f041471 commit faa9e66Copy full SHA for faa9e66
README.md
@@ -15,7 +15,8 @@ Follow these recommended steps to install PyCPET
15
16
1. Make a clean conda environment (recommended, not required)
17
18
-conda create -n pycpet-test python=3.11 -y
+conda create -n pycpet-env python=3.12 pip -c conda-forge -y
19
+conda activate pycpet-env
20
21
2. Run pip install in the conda environment
22
pyproject.toml
@@ -26,7 +26,10 @@ dependencies = [
26
"kneed",
27
"tensorly",
28
"matplotlib",
29
- "tqdm"
+ "tqdm",
30
+ "seaborn",
31
+ "scikit-learn-extra",
32
+ "psutil"
33
]
34
35
[project.urls]
0 commit comments