File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,16 +38,16 @@ classifiers = [
3838keywords = [" entropy" , " macromolecular systems" , " MD simulation" ]
3939requires-python = " >=3.11"
4040dependencies = [
41- " numpy==2.3.4 " ,
42- " mdanalysis> =2.10.0" ,
41+ " numpy==2.3.5 " ,
42+ " mdanalysis= =2.10.0" ,
4343 " pandas==2.3.3" ,
4444 " psutil==7.1.3" ,
4545 " PyYAML==6.0.3" ,
4646 " python-json-logger==4.0.0" ,
4747 " rich==14.2.0" ,
4848 " art==6.5" ,
4949 " waterEntropy==1.2.2" ,
50- " requests> =2.32.5" ,
50+ " request= =2.32.5" ,
5151]
5252
5353[project .urls ]
@@ -57,14 +57,14 @@ Documentation = "https://codeentropy.readthedocs.io"
5757
5858[project .optional-dependencies ]
5959testing = [
60- " pytest>=8.4.2 " ,
61- " pytest-cov> =7.0.0" ,
62- " pytest-sugar> =1.1.1"
60+ " pytest==9.0.1 " ,
61+ " pytest-cov= =7.0.0" ,
62+ " pytest-sugar= =1.1.1"
6363]
6464
6565pre-commit = [
66- " pre-commit>=4.3 .0" ,
67- " pylint>= 4.0.0 "
66+ " pre-commit==4.4 .0" ,
67+ " pylint== 4.0.3 "
6868]
6969docs = [
7070 " sphinx" ,
You can’t perform that action at this time.
0 commit comments