-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
53 lines (46 loc) · 1.07 KB
/
requirements.txt
File metadata and controls
53 lines (46 loc) · 1.07 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
# FractalSig Requirements
# Generated based on working WSL2 environment with RTX 4070
# Core
numpy==2.2.2
matplotlib==3.10.0
scipy==1.15.1
pyyaml==6.0.2
tqdm==4.67.1
pillow==12.0.0
scikit-learn==1.6.1
pyparsing==3.2.1
six==1.17.0
sympy==1.13.1
# PyTorch (Assumes CUDA 12.x)
torch==2.5.1
# Signature & Wavelets
# iisignature compiles C++ extensions; the wheel is published for cpython 3.11 on linux_x86_64.
# If pip cannot find a compatible wheel, install with: pip install iisignature==0.24 --no-build-isolation
iisignature==0.24
ptwt==1.0.1
pywavelets==1.9.0
# JAX (CUDA Support)
# Run: pip install -U "jax[cuda12]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
jax==0.4.38
jaxlib==0.4.38
jax-cuda12-pjrt==0.4.38
jax-cuda12-plugin==0.4.38
# JAX Ecosystem
diffrax==0.6.2
equinox==0.11.11
lineax==0.0.8
optimistix==0.0.11
jaxtyping==0.2.36
optax==0.2.4
chex==0.1.90
# Real-world datasets
pyedflib==0.1.42
librosa==0.10.2
soundfile==0.12.1
# Configuration & Utilities
hydra-core==1.3.2
omegaconf==2.3.0
fbm==0.3.0
typeguard==2.13.3
torchdiffeq==0.2.5
scienceplots