File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
pytorch-lightning > 1.5.0
2
2
torch >= 1.10.0
3
- transformers != 4.18.0
3
+ transformers == 4.22.1 # pin to this version due to #75
4
4
kaggle >= 1.5.8
5
5
pandas >= 1.1.2
6
6
scikit-learn >= 0.23.2
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "detoxify" ,
10
- version = "0.5.0 " ,
10
+ version = "0.5.1 " ,
11
11
description = "A python library for detecting toxic comments" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
14
author = "Unitary" ,
15
15
16
16
url = "https://github.com/unitaryai/detoxify" ,
17
17
install_requires = [
18
- "transformers != 4.18.0 " , # v4.18.0 fails to properly load the finetuned weights
18
+ "transformers == 4.22.1 " , # pin to this version due to #75
19
19
"torch >= 1.7.0" ,
20
20
"sentencepiece >= 0.1.94" ,
21
21
],
You can’t perform that action at this time.
0 commit comments