Skip to content

Commit bc1da4f

Browse files
committed
Fix rdt dependency range
1 parent 093cfce commit bc1da4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
'torch<2,>=1.0',
1616
'torchvision<1,>=0.4.2',
1717
'scikit-learn<0.24,>=0.21',
18-
'rdt>=0.3.0,<0.5',
1918
'numpy<2,>=1.17.4',
2019
'pandas<1.1.5,>=0.24',
20+
'rdt>=0.2.7,<0.4',
2121
'packaging',
2222
]
2323

0 commit comments

Comments
 (0)