Skip to content

Commit

Permalink
bump up interpreter, coreml, and python-bidi version
Browse files Browse the repository at this point in the history
  • Loading branch information
mittagessen committed Nov 20, 2024
1 parent 06aa9c2 commit 73be59f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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~=0.4.0
- python-bidi~=0.6.0
- lxml
- regex
- requests
Expand All @@ -31,5 +31,5 @@ dependencies:
- rich
- setuptools>=36.6.0,<70.0.0
- pip:
- coremltools~=8.0
- coremltools~=8.1
- file:.
4 changes: 2 additions & 2 deletions 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~=0.4.0
- python-bidi~=0.6.0
- lxml
- regex
- requests
Expand Down Expand Up @@ -32,5 +32,5 @@ dependencies:
- rich
- setuptools>=36.6.0,<70.0.0
- pip:
- coremltools~=8.0
- coremltools~=8.1
- file:.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering :: Image Recognition
Topic :: Scientific/Engineering :: Artificial Intelligence

Expand All @@ -37,7 +38,7 @@ max_line_length = 160
exclude = tests/*

[options]
python_requires = >=3.9,<3.12
python_requires = >=3.9,<3.13
install_requires =
jsonschema
lxml
Expand All @@ -48,9 +49,9 @@ install_requires =
regex
scipy~=1.13.0
protobuf>=3.0.0
coremltools~=8.0
coremltools~=8.1
jinja2~=3.0
python-bidi~=0.4.0
python-bidi~=0.6.0
torchvision>=0.5.0
torch~=2.4.0
scikit-learn~=1.5.0
Expand Down

0 comments on commit 73be59f

Please sign in to comment.