@@ -5,13 +5,11 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " bids2table"
77dynamic = [" version" ]
8- authors = [
9- { name = " Connor Lane" , email = " connor.lane858@gmail.com" },
10- ]
8+ authors = [{ name = " Connor Lane" , email = " connor.lane858@gmail.com" }]
119description = " Index BIDS datasets fast, locally or in the cloud."
1210readme = " README.md"
1311requires-python = " >=3.11"
14- license = {text = " MIT License" }
12+ license = { text = " MIT License" }
1513classifiers = [
1614 " Development Status :: 3 - Alpha" ,
1715 " Intended Audience :: Developers" ,
@@ -20,24 +18,17 @@ classifiers = [
2018 " Programming Language :: Python :: 3.11" ,
2119 " Programming Language :: Python :: 3.12" ,
2220 " Programming Language :: Python :: 3.13" ,
23- " Programming Language :: Python :: 3.14" ,
2421 " License :: OSI Approved :: MIT License" ,
2522 " Operating System :: POSIX" ,
2623 " Operating System :: Unix" ,
2724 " Operating System :: MacOS" ,
2825 " Operating System :: Microsoft :: Windows" ,
2926]
3027
31- dependencies = [
32- " bidsschematools>=1.0" ,
33- " pyarrow>=14.0.2" ,
34- " tqdm>=4.66.2" ,
35- ]
28+ dependencies = [" bidsschematools>=1.0" , " pyarrow>=20.0.0" , " tqdm>=4.67.1" ]
3629
3730[project .optional-dependencies ]
38- s3 = [
39- " cloudpathlib[s3]>=0.17.0" ,
40- ]
31+ s3 = [" cloudpathlib[s3]>=0.17.0" ]
4132
4233[dependency-groups ]
4334dev = [
@@ -48,7 +39,7 @@ dev = [
4839 " pre-commit>=4.1.0" ,
4940 " pytest>=8.3.5" ,
5041 " pytest-cov>=6.0.0" ,
51- " ruff>=0.9.10 " ,
42+ " ruff>=0.11.9 " ,
5243]
5344
5445[project .urls ]
0 commit comments