File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ requires-python = ">=3.10"
5656dependencies = [
5757 " base2048>=0.1.3" ,
5858 " transformers>=4.43.0" ,
59- " datasets>=2.14.6 ,<2.17 " ,
59+ " datasets>=2.21 ,<2.22 " ,
6060 " colorama>=0.4.3" ,
6161 " tqdm>=4.64.0" ,
6262 " cohere>=4.5.1,<5" ,
@@ -104,7 +104,7 @@ tests = [
104104 " pytest_httpserver>=1.1.0"
105105]
106106lint = [
107- " black==24.4.2 " ,
107+ " black==24.10.0 " ,
108108 " pylint>=3.1.0" ,
109109]
110110calibration = [
Original file line number Diff line number Diff line change 11base2048 >= 0.1.3
22transformers >= 4.43.0
3- datasets >= 2.14.6 ,< 2.17
3+ datasets >= 2.21 ,< 2.22
44colorama >= 0.4.3
55tqdm >= 4.64.0
66cohere >= 4.5.1 ,< 5
@@ -44,7 +44,7 @@ respx>=0.21.1
4444pytest-cov >= 5.0.0
4545pytest_httpserver >= 1.1.0
4646# lint
47- black == 24.4.2
47+ black == 24.10.0
4848pylint >= 3.1.0
4949# calibration
5050scipy >= 1.14.0
You can’t perform that action at this time.
0 commit comments