@@ -6,9 +6,7 @@ build-backend = "hatchling.build"
66[project ]
77name = " pyhdx"
88description = " Derive ΔG for single residues from HDX-MS data"
9- authors = [
10- {
name =
" Jochem Smit" ,
email =
" [email protected] " },
11- ]
9+ authors = [{
name =
" Jochem Smit" ,
email =
" [email protected] " }]
1210license = " MIT"
1311readme = " README.md"
1412classifiers = [
@@ -17,7 +15,7 @@ classifiers = [
1715 " Natural Language :: English" ,
1816 " Programming Language :: Python :: 3.9" ,
1917]
20- requires-python = " >3.9"
18+ requires-python = " >3.9,<=3.11 "
2119dependencies = [
2220 " torch" ,
2321 " hdxrate" ,
@@ -42,13 +40,26 @@ dependencies = [
4240dynamic = [" version" ]
4341
4442[project .optional-dependencies ]
45- web = [" panel==0.14.4" , " bokeh==2.4.3" , " holoviews==1.17.1" , " colorcet" , " hvplot==0.8.4" , " param<2" ]
43+ web = [
44+ " panel==0.14.4" ,
45+ " bokeh==2.4.3" ,
46+ " holoviews==1.17.1" ,
47+ " colorcet" ,
48+ " hvplot==0.8.4" ,
49+ " param<2" ,
50+ ]
4651pdf = [" pylatex" , " ultraplot" ]
47- docs = [" mkdocs" , " mkdocstrings[python]" , " mkdocs-material" , " pygments" , " mkdocs-gen-files" , " mkdocs-literate-nav" , " mkdocs-jupyter" ]
48- dev = [" black[jupyter]" ]
49- test = [
50- " pytest>=7.2.0" ,
52+ docs = [
53+ " mkdocs" ,
54+ " mkdocstrings[python]" ,
55+ " mkdocs-material" ,
56+ " pygments" ,
57+ " mkdocs-gen-files" ,
58+ " mkdocs-literate-nav" ,
59+ " mkdocs-jupyter" ,
5160]
61+ dev = [" black[jupyter]" ]
62+ test = [" pytest>=7.2.0" ]
5263
5364[project .scripts ]
5465pyhdx = ' pyhdx.cli:app'
@@ -58,9 +69,7 @@ Source = "https://github.com/Jhsmit/PyHDX/"
5869Documentation = " https://pyhdx.readthedocs.io/en/stable/"
5970
6071[tool .hatch .build ]
61- exclude = [
62- " _versioneer.py"
63- ]
72+ exclude = [" _versioneer.py" ]
6473
6574[tool .hatch .version ]
6675source = " vcs"
@@ -80,4 +89,4 @@ line-length = 100
8089[tool .ruff ]
8190line-length = 100
8291target-version = " py310"
83- exclude = [" docs/examples/04_plot_output.ipynb" ]
92+ exclude = [" docs/examples/04_plot_output.ipynb" ]
0 commit comments