File tree Expand file tree Collapse file tree 3 files changed +257
-7
lines changed
Expand file tree Collapse file tree 3 files changed +257
-7
lines changed Original file line number Diff line number Diff 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
3232packages. 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "jabs-behavior-classifier"
33version = " 0.38.1"
44description = " "
55readme = " README.md"
6- requires-python = " >=3.10,<3.14 "
6+ requires-python = " >=3.10,<3.15 "
77license = { text = " Proprietary" }
88
99authors = [
@@ -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" ,
You can’t perform that action at this time.
0 commit comments