Skip to content

Commit

Permalink
Update txtai to 4.3.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Mar 11, 2022
1 parent 5c0efd7 commit d7ec842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"python-dateutil>=2.8.1",
"regex>=2020.5.14",
"text2digits>=0.1.0",
"txtai[api,similarity]>=3.4.0",
"txtai[api,similarity]>=4.3.1",
"txtmarker>=1.0.0",
],
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion test/python/testquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def testRun(self):

self.assertEqual(
Utils.hashfile(Utils.PATH + "/query.txt"),
"b7ba65adc0aacccf161d61da8616bfca",
"c81b87b34b7efec05b79e61de319e6df",
)
4 changes: 2 additions & 2 deletions test/python/testreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ def testReport1(self):
Execute.run(Utils.PATH + "/report1.yml", 10, "md", Utils.PATH, None)

hashes = [
("Age.csv", "e5d589d131dce3293532e3fd19593637"),
("Age.csv", "34448eab17f2a127714fc42ba4baaa78"),
("Heart Disease.csv", "96b144fc1566e2c0aa774d098e203922"),
("Heart Failure.csv", "afd812f7875c4fcb45bf800952327dba"),
("Report1.md", "f1f3b70dd6242488f8d58e1e5d2faea6"),
("Report1.md", "d3d4682f35662dd1e3665e816e5529ec"),
]

# Check file hashes
Expand Down

0 comments on commit d7ec842

Please sign in to comment.