-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathenvironment.yml
More file actions
100 lines (45 loc) · 1.21 KB
/
environment.yml
File metadata and controls
100 lines (45 loc) · 1.21 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: gigatime_check_1
channels:
- conda-forge
dependencies:
- python=3.11
- pip
- pip:
# Core scientific stack
- numpy~=2.2
- pandas~=2.3
- scipy~=1.16
- scikit-learn~=1.5
- scikit-image~=0.25
- matplotlib~=3.9
- imageio~=2.34
- opencv-python-headless~=4.10
- pillow~=10.4
- pyyaml~=6.0
- requests~=2.32
- tqdm~=4.66
- anyio~=4.4
- tzdata~=2025.1
- networkx~=3.3
# Jupyter
- jupyterlab~=4.2
- ipykernel~=6.29
- ipywidgets~=8.1
# CV / augmentations
- albucore~=0.0
- albumentations~=1.4
- qudida~=0.0.4
- easydict~=1.13
- edict~=0.51
# Performance helpers
- simsimd~=6.5
- stringzilla~=4.0
- typing-inspection~=0.4
# PyTorch (pick ONE of the blocks below and keep only those lines)
# macOS / CPU (MPS on Apple Silicon works):
- torch~=2.4
- torchvision~=0.19
# Linux + NVIDIA CUDA example (uncomment & adjust cu121/cu124 as needed):
#- --extra-index-url https://download.pytorch.org/whl/cu124
# - torch==2.*+cu124
# - torchvision==0.*+cu124