-
Notifications
You must be signed in to change notification settings - Fork 2
/
conda.yaml
17 lines (15 loc) · 888 Bytes
/
conda.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.8 # https://pyreadiness.org/3.10
- pip=24.3.1 # https://pip.pypa.io/en/stable/news
- robocorp-truststore=0.8.0 # https://pypi.org/project/robocorp-truststore/
- pip:
- rpaframework==29.0.0 # https://rpaframework.org/releasenotes.html
- rpaframework-assistant==3.0.6 # https://pypi.org/project/rpaframework-assistant
- robocorp==2.1.2 # https://pypi.org/project/robocorp
- robocorp-browser==2.3.4 # https://pypi.org/project/robocorp-browser
- openai==1.57.1 # https://pypi.org/project/openai/