File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 # requirements files see:
9696 # https://packaging.python.org/en/latest/requirements.html
9797 install_requires = [
98+ 'configparser' ,
99+ 'deprecated' ,
98100 'pandas ' ,
99101 'pvlib >= 0.8.0' ,
100102 'pvmismatch' ,
101- 'configparser' ,
102- 'requests' ,
103103 'pyradiance' ,
104+ 'requests' ,
104105 'scipy > 1.6.0' ,
105106 'tqdm' ,
106- 'deprecated' ,
107107 ],
108108
109109 # List additional groups of dependencies here (e.g. development
110110 # dependencies). You can install these using the following syntax,
111111 # for example:
112112 # $ pip install -e .[dev,test]
113-
114113
115114 extras_require = {
115+ 'test' : [
116+ 'pytest' ,
117+ 'pytest-cov' ,
118+ 'pySMARTS' ,
119+ ],
116120 'doc' : [
117121 'ipython' ,
118122 'sphinx >= 1.8.0' ,
122126 # sphinx-gallery is used indirectly for nbsphinx thumbnail galleries; see:
123127 # https://nbsphinx.readthedocs.io/en/0.6.0/subdir/gallery.html#Creating-Thumbnail-Galleries
124128 'sphinx-gallery>=0.8.1' ,
125- 'tqdm' ,
126129 ],
127130 'all' : [
128131 'ipython' ,
129132 'jupyter' ,
130133 'pytest' ,
131134 'pytest-cov' ,
132135 'pySMARTS' ,
136+ 'sphinx >= 1.8.0' ,
137+ 'sphinx-autoapi>=1.1.0' ,
138+ 'pydata-sphinx-theme>=0.14.4' ,
139+ 'nbsphinx>=0.8.8' ,
140+ 'sphinx-gallery>=0.8.1' ,
133141 ],
134142 },
135143 setup_requires = ['setuptools_scm' ],
You can’t perform that action at this time.
0 commit comments