Skip to content

Commit faa9e66

Browse files
committed
fix: remove 0.0.5 windows and fix imports
1 parent f041471 commit faa9e66

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Follow these recommended steps to install PyCPET
1515

1616
1. Make a clean conda environment (recommended, not required)
1717

18-
conda create -n pycpet-test python=3.11 -y
18+
conda create -n pycpet-env python=3.12 pip -c conda-forge -y
19+
conda activate pycpet-env
1920

2021
2. Run pip install in the conda environment
2122

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ dependencies = [
2626
"kneed",
2727
"tensorly",
2828
"matplotlib",
29-
"tqdm"
29+
"tqdm",
30+
"seaborn",
31+
"scikit-learn-extra",
32+
"psutil"
3033
]
3134

3235
[project.urls]

0 commit comments

Comments
 (0)