diff --git a/environment.yml b/environment.yml index d194768d..9688e59c 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python>=3.9 - - python-bidi~=0.4.0 + - python-bidi~=0.6.0 - lxml - regex - requests @@ -31,5 +31,5 @@ dependencies: - rich - setuptools>=36.6.0,<70.0.0 - pip: - - coremltools~=8.0 + - coremltools~=8.1 - file:. diff --git a/environment_cuda.yml b/environment_cuda.yml index 3f3cbfc8..cdb6c95a 100644 --- a/environment_cuda.yml +++ b/environment_cuda.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python>=3.9 - - python-bidi~=0.4.0 + - python-bidi~=0.6.0 - lxml - regex - requests @@ -32,5 +32,5 @@ dependencies: - rich - setuptools>=36.6.0,<70.0.0 - pip: - - coremltools~=8.0 + - coremltools~=8.1 - file:. diff --git a/setup.cfg b/setup.cfg index 85ba1034..a08f6ec8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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 @@ -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