Skip to content

Commit 25688ac

Browse files
Copilotbenoit-cty
authored andcommitted
Update remaining hatch references in examples and conda recipe
Co-authored-by: benoit-cty <6603048+benoit-cty@users.noreply.github.com>
1 parent 3dfd207 commit 25688ac

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.conda/recipe.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ requirements:
2525
host:
2626
- python
2727
- pip
28-
- hatchling
28+
- setuptools
29+
- wheel
2930
run:
3031
# Will be replaced by the dependencies from the pyproject.toml file
3132
- dependencies

examples/compare_cpu_load_and_RAPL.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
sudo apt install stress-ng
99
1010
# If you want to monitor a Tapo P110 smart plug
11-
hatch run pip install tapo
11+
uv run pip install tapo
1212
export TAPO_USERNAME=XXX
1313
export TAPO_PASSWORD=XXX
1414
export IP_ADDRESS=192.168.0.XXX
1515
1616
# Run the script
17-
hatch run python examples/compare_cpu_load_and_RAPL.py
17+
uv run python examples/compare_cpu_load_and_RAPL.py
1818
1919
"""
2020

0 commit comments

Comments
 (0)