Skip to content
Snippets Groups Projects
Commit 9c153da2 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Merge branch 'bump-python-bidi' into 'master'

Bump Python requirement python-bidi to 0.6.0

See merge request !84
parents c836a98c 7c12a6b8
No related branches found
No related tags found
Loading
Pipeline #186332 passed
from typing import Callable, Optional, Union
import pytorch_lightning as pl
from bidi.algorithm import get_display
from bidi import get_display
from tqdm.auto import tqdm
import laia.common.logging as log
......
import re
from typing import Dict, List, Union
from bidi.algorithm import get_display
from bidi import get_display
import laia.common.logging as log
from laia.common.arguments import ReadingOrder
......
......@@ -38,7 +38,7 @@ dependencies = [
"torchvision>=0.14,<0.15",
"mdutils==1.6.0",
"prettytable==3.11.0",
"python-bidi==0.4.2"
"python-bidi==0.6.0"
]
license = {text = "MIT"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment