-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathenvironment.yml
More file actions
37 lines (37 loc) · 828 Bytes
/
environment.yml
File metadata and controls
37 lines (37 loc) · 828 Bytes
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
#
# This is the primary conda environment.yml for development
# There is a reduced environment_ci.yml used for automated test/builds
# Do NOT FORGET to update both when making changes to this file
#
channels:
- sofar_fw
- conda-forge
- memfault
- defaults
dependencies:
# Don't forget to update compiler version check when updating compiler here!
# Change COMPILER_VERSION near top of src/CMakeLists.txt
- arm-none-eabi-gcc=13.2
- clang-tools=18.1
- cmake=3.29
- cppcheck
- gcovr
- make=4.3
- multi-arch-gdb=12.1
- openocd-xpack=0.12
- pre_commit
- pyserial
- python=3.10
- pip
- pip:
- cbor2
- click
- crcmod
- cryptography>=42.0
- gitpython
- intelhex
- memfault-cli==1.0
- pytest
- python-dotenv
- regex
- bitstring==4.2