forked from tanoManzo/TREDNet_v1.1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtf2.15-gpu.yml
More file actions
77 lines (76 loc) · 1.46 KB
/
Copy pathtf2.15-gpu.yml
File metadata and controls
77 lines (76 loc) · 1.46 KB
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
name: tf2.15-gpu
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python=3.10
- pip
# BLAS: prefer OpenBLAS on conda-forge
- blas=*=openblas
- numpy=1.26
- scipy
- pandas
- scikit-learn
# GPU / TF 2.15 (built for CUDA 12.0 + cuDNN 8.9)
- tensorflow=2.15.0=cuda120*
- tensorflow-estimator=2.15.0=cuda120*
- tensorboard
- cudnn=8.9
- nccl # let solver pick a compatible version
# IO / HDF5
- h5py
- hdf5
# Bio stack
- bedtools
- pysam
- biopython
- pybedtools
# Jupyter runtime bits
- ipykernel
- ipython
- jupyter_core
- jupyter_client
# Common utils
- requests
- tqdm
- joblib
- numexpr
- typing-extensions
- openssl
- ca-certificates
- certifi
- zlib
- xz
- libzlib
- zstd
- pip:
- bleach==6.2.0
- bokeh==3.7.3
- colorcet==3.1.0
- contourpy==1.3.2
- cycler==0.12.1
- fonttools==4.59.0
- holoviews==1.21.0
- jinja2==3.1.6
- kiwisolver==1.4.9
- linkify-it-py==2.0.3
- lxml==6.0.0
- markdown-it-py==4.0.0
- matplotlib==3.10.5
- mdit-py-plugins==0.5.0
- mdurl==0.1.2
- narwhals==2.1.1
- networkx==3.4.2
- panel==1.7.5
- param==2.2.1
- pillow==11.3.0
- plotly==6.3.0
- pyparsing==3.2.3
- pyviz-comms==3.0.6
- pyyaml==6.0.2
- seaborn==0.13.2
- tornado==6.5.2
- uc-micro-py==1.0.3
- webencodings==0.5.1
- xyzservices==2025.4.0