KWRegan commited on
Commit
88ad261
·
1 Parent(s): a7d0f2a

Add text file

Browse files
Files changed (1) hide show
  1. requirements.txt +73 -0
requirements.txt ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # pytorch
3
+ torch>=2.6.0
4
+ torchvision>=0.21.0
5
+ torchaudio>=2.6.0
6
+
7
+ # jax and friends
8
+ jax>=0.5.0
9
+ optax>=0.2.4
10
+ equinox>=0.11.11
11
+ jaxtyping>=0.2.38
12
+ flax>=0.10.3
13
+
14
+ # huggingface
15
+ diffusers>=0.32.2
16
+ optimum>=1.24.0
17
+ safetensors>=0.5.2
18
+ transformers>=4.49.0
19
+ accelerate>=1.6.0
20
+ huggingface_hub>=0.30.1
21
+
22
+ # other machine learning
23
+ gguf>=0.14.0
24
+ einops>=0.8.1
25
+ lightning>=2.5.0.post0
26
+ scikit-learn>=1.6.1
27
+ tensorboard>=2.19.0
28
+ torch-tb-profiler>=0.4.3
29
+ wandb>=0.19.8
30
+ wandb-workspaces>=0.1.12
31
+
32
+ # data science
33
+ numpy>=2.2.3
34
+ polars>=1.22.0
35
+ pandas>=2.2.3
36
+ scipy>=1.15.2
37
+
38
+ # math
39
+ sympy>=1.13.1
40
+ mpmath>=1.3.0
41
+
42
+ # plotting
43
+ matplotlib>=3.10.0
44
+ seaborn>=0.13.2
45
+
46
+ # assorted
47
+ tomli-w>=1.2.0
48
+ pint>=0.24.4
49
+ pyarrow>=19.0.0
50
+ protobuf>=5.29.3
51
+ flatbuffers>=25.2.10
52
+ beartype>=0.19.0
53
+
54
+ # ui
55
+ tqdm>=4.67.1
56
+ shiny>=1.2.1
57
+
58
+ # devtools
59
+ black>=25.1.0
60
+ flake8>=7.1.2
61
+ flake8-bugbear>=24.12.12
62
+ pytest>=8.3.4
63
+ pytest-cov>=6.0.0
64
+
65
+ # jupyter and spyder
66
+ ipykernel>=6.29.5
67
+ ipympl>=0.9.6
68
+ ipywidgets>=8.1.5
69
+ spyder-kernels>=3.0.3
70
+
71
+ # python deprecations
72
+ standard-imghdr~=3.13.0
73
+