-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconda.yaml
More file actions
18 lines (16 loc) · 784 Bytes
/
conda.yaml
File metadata and controls
18 lines (16 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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:
# Define conda-forge packages here -> https://anaconda.org/search
# When available, prefer the conda-forge packages over pip as installations are more efficient.
- python=3.10.12 # https://pyreadiness.org/3.10
- robocorp-truststore=0.8.0 # https://pypi.org/project/robocorp-truststore/
- pip=23.2.1 # https://pip.pypa.io/en/stable/news
- pip:
# Define pip packages here -> https://pypi.org/
- robocorp==1.6.1
- pypdf==4.0.1
- pdfminer.six==20231228