-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
45 lines (40 loc) · 946 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# when changing this file also consider `pyproject.toml` and `requirements.txt`
# Usage:
# conda -v env update --file environment.yml; pre-commit run --all-files; pycheck
name: lektrix
channels:
- conda-forge
- defaults
dependencies:
- python=3.12
- pip
# imported deps
- matplotlib=3.10
# already delivered by mausy5043-common:
# - numpy=2.2
# - pandas=2.2
# - pyarrow=18.1
# Not on conda channels:
- pip:
- gracefulkiller~=0.4
- mausy5043-common==2.1.1
# many breaking changes expected
- python-homewizard-energy==8.3.2
- py-solaredge==0.0.4.9
# legacy: This won't install on anything other than Linux (notably Raspberry Pi):
# - pyserial=3.5
- python-dateutil=2.9
- pytz=2025.1
- requests=2.32
- sh=2.2
- tabulate=0.9
- zeroconf=0.143.0
# dev deps
- jupyterlab
- libtiff
- pandas-stubs
- pipdeptree
- pre-commit
- scipy
- types-pytz
- types-requests