-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconda.yaml
More file actions
19 lines (17 loc) · 959 Bytes
/
conda.yaml
File metadata and controls
19 lines (17 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# For more details on the format and content:
# https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-condayaml
# Tip: Adding a link to the release notes of the packages helps maintenance and security.
channels:
- conda-forge
dependencies:
- python=3.12.13 # https://pyreadiness.org/3.12
- uv=0.11.2 # https://github.com/astral-sh/uv
# DEV dependencies
- pytest=9.0.2 # https://pypi.org/project/pytest
- python-dotenv=1.2.2 # https://pypi.org/project/python-dotenv
- pip:
- robocorp==3.1.1 # https://pypi.org/project/robocorp
- robocorp-browser==2.4.0 # https://pypi.org/project/robocorp-browser
- robocorp-log-pytest==0.0.5 # https://pypi.org/project/robocorp-log-pytest
- robocorp-excel==0.5.0 # https://pypi.org/project/robocorp-excel
- prodict==0.8.22 # https://pypi.org/project/prodict