-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconda.yaml
More file actions
16 lines (14 loc) · 783 Bytes
/
conda.yaml
File metadata and controls
16 lines (14 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.9.16 # https://pyreadiness.org/3.9
- pip=22.1.2 # https://pip.pypa.io/en/stable/news
- pip:
- rpaframework==24.0.0 # https://rpaframework.org/releasenotes.html
- robocorp==0.8.1 # https://pypi.org/project/robocorp
- robocorp-browser==2.0.1 # https://pypi.org/project/robocorp-browser
- robocorp-excel==0.4.0 # https://pypi.org/project/robocorp-excel
- robocorp-http==0.2.0 # https://pypi.org/project/robocorp-http