Skip to content

Commit 3ca9652

Browse files
authored
Merge pull request #245 from KumarLabJax/python3.14
update pyproject.toml for Python 3.14
2 parents e249bcb + b53d77f commit 3ca9652

File tree

3 files changed

+257
-7
lines changed

3 files changed

+257
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ are generated from [this repository](https://github.com/KumarLabJax/deep-hrnet-m
2828

2929
## Requirements
3030

31-
JABS was initially developed and tested on Python 3.10. See the `pyproject.toml` for a list of required Python
31+
JABS was initially developed on Python 3.10. See the `pyproject.toml` for a list of required Python
3232
packages. These packages are available from the Python Package Index (PyPI).
3333

34-
Currently, JABS supports Python 3.10 through 3.13.
34+
Currently, JABS supports Python 3.10 through 3.14.
3535

3636
## Installation
3737

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "jabs-behavior-classifier"
33
version = "0.38.1"
44
description = ""
55
readme = "README.md"
6-
requires-python = ">=3.10,<3.14"
6+
requires-python = ">=3.10,<3.15"
77
license = { text = "Proprietary" }
88

99
authors = [
@@ -24,7 +24,7 @@ dependencies = [
2424
"tabulate>=0.9.0,<1.0.0",
2525
"toml>=0.10.2,<0.11.0",
2626
"xgboost>=2.0.0,<3.0.0",
27-
"pyarrow>=20.0.0,<21.0.0",
27+
"pyarrow>=20.0.0,<23.0.0",
2828
"rich>=14.0.0,<15.0.0",
2929
"rich-argparse>=1.7.1,<2.0.0",
3030
"intervaltree>=3.1.0,<4.0.0",

0 commit comments

Comments
 (0)