audit-labs/tutorials

clone: git clone https://gitbay.org/audit-labs/tutorials.git

main: environment.yml · raw

 1# Conda convenience file. requirements.txt is what CI installs and is pinned;
 2# this list is loose and can drift from it. Prefer requirements.txt when the two
 3# disagree.
 4name: audit-tutorials
 5channels:
 6  - conda-forge
 7dependencies:
 8  - python=3.10
 9  - pip
10  - pandas>=2.3.3
11  - numpy>=1.26
12  - matplotlib>=3.10
13  - seaborn>=0.13
14  - openpyxl
15  - jupyterlab
16  - ipykernel
17  - nbconvert
18  - nbclient
19  - pip:
20    - papermill