Skip to content

Commit

Permalink
Pin python-bidi to 0.4.x
Browse files Browse the repository at this point in the history
0.5.0 breaks backwards compatibility which is restored in 0.5.1 but
doesn't have python 3.8 support anymore. Fixes #628
  • Loading branch information
mittagessen committed Jul 24, 2024
1 parent 4730c5e commit c5b870b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
- python>=3.8,<3.12
run:
- python>=3.8,<3.12
- python-bidi
- python-bidi~=0.4.0
- lxml
- regex
- requests
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- python>=3.9
- python-bidi
- python-bidi~=0.4.0
- lxml
- regex
- requests
Expand Down
2 changes: 1 addition & 1 deletion environment_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
dependencies:
- python>=3.9
- python-bidi
- python-bidi~=0.4.0
- lxml
- regex
- requests
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
protobuf>=3.0.0
coremltools~=6.0
jinja2~=3.0
python-bidi
python-bidi~=0.4.0
torchvision>=0.5.0
torch~=2.1.0
scikit-learn~=1.2.1
Expand Down

0 comments on commit c5b870b

Please sign in to comment.