File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=42 " ,
3+ " setuptools>=58 " ,
44 " wheel"
55]
66build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 11[metadata]
22version = attr: diyepw.__version__
3- description-file = README.md
3+ description_file = README.md
Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ def readme():
2626 license = 'BSD 2-Clause' ,
2727 python_requires = '>=3.9' ,
2828 install_requires = [
29- 'click~ =8.0.1' ,
30- 'numpy~=2 .0.0' ,
31- 'pandas~=2 .0.0' ,
32- 'pvlib~ =0.13.0' ,
33- 'xarray>=2024.0.0' ,
34- 'importlib_resources~=6 .0.0' ,
29+ 'click> =8.0.1,<9.0.0 ' ,
30+ 'numpy>=2.0.0,<3 .0.0' ,
31+ 'pandas>=2.2.0,<3 .0.0' ,
32+ 'pvlib> =0.13.0,<1.0 .0' ,
33+ 'xarray>=2024.0.0,<2026.0.0 ' ,
34+ 'importlib_resources>=6.0.0,<7 .0.0' ,
3535 ],
3636 extras_require = {
3737 'dev' : [
3838 'build>=0.5.1' ,
3939 'pytest>=6.2.4' ,
40- 'twine~ =3.4.1' ,
40+ 'twine> =3.4.1' ,
4141 'recommonmark~=0.7.1' ,
42- 'setuptools~=57 .0.0' ,
42+ 'setuptools>=58 .0.0' ,
4343 'sphinx~=3.5.1' ,
4444 'sphinx-rtd-theme~=0.5.1' ,
4545 ]
You can’t perform that action at this time.
0 commit comments