File size: 285 Bytes
e202b16
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Get core deps
-r requirements-test.txt

# Example requirement, can be anything that pip knows
# install with `pip install -r requirements.txt`, and make sure that CI does the same
tqdm == 4.59.0
pandas == 2.2.2
seaborn == 0.13.2
pytorch-lightning >= 1.3
torchmetrics>=0.7.0, <0.10.1