-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
80 lines (80 loc) · 1.27 KB
/
environment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: base
channels:
- conda-forge
- pytorch
- pyg
dependencies:
# python version specified in Dockerfile
- coffea=2024.4.1
- rucio-clients
- voms # x509 proxy system
- ca-policy-lcg # WLCG trusted CAs
- xrootd
- htcondor
# jupyter-related
- jupyterlab
- ipympl
- dask_labextension
- dask-gateway
- dask-jobqueue
- bokeh
- nb_conda_kernels
# Add workqueue
- ndcctools
# core scipy
#- nomkl # no Intel math kernel library, reduces image size
- numpy
- scipy
- pandas
# compression
- brotli
- bzip2
- gzip
- lz4
- python-xxhash
- xz
- zstandard
# file formats
- h5py
- uproot
# misc.
- pytables
- python-rapidjson
- geventhttpclient
- correctionlib
- python-graphviz
# scikit-hep
- awkward
- vector
- hist
# ML
- xgboost
- pytorch
- torch-scatter
- pytorch-sparse
- pytorch-cluster
- pyg
- pytorch-spline-conv
# software development
- autoconf
- cmake
- gdb
- git
- gxx
- make
# utilities
- curl
- inotify-tools
- nano
- ncdu
- pip
- rsync
- supervisor
- tar
- vim
- pip:
- fastjet # to be added to conda-forge: https://github.com/scikit-hep/fastjet/issues/133
- tritonclient[all]
- tflite-runtime==2.14.0
- onnxruntime
- fsspec-xrootd