Skip to content

Commit ac14b4b

Browse files
authored
add expecttest to requirements.txt (pytorch#225)
* add expecttest to requirements.txt * update
1 parent 43d155e commit ac14b4b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Test utilities
22
pytest==7.4.0
3-
expecttest
43
unittest-xml-reporting
54
parameterized
65
packaging
@@ -9,7 +8,7 @@ transformers
98
# For prototype features and benchmarks
109
bitsandbytes #needed for testing triton quant / dequant ops for 8-bit optimizers
1110
matplotlib
12-
pandas
11+
pandas
1312

1413
# Custom CUDA Extensions
1514
ninja

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ torch
22
numpy
33
sentencepiece
44
packaging
5+
expecttest # So we can use IS_FBCODE flag
6+
hypothesis # Avoid test derandomization warning

0 commit comments

Comments
 (0)