Skip to content

Commit a708028

Browse files
committed
Prepared setup for v0.0.2
1 parent 5d73fc8 commit a708028

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@
2323
'pandapower',
2424
'simbench',
2525
'simses',
26-
'tqdm'
26+
'tqdm',
27+
'pandapower'
28+
'numba',
29+
'matplotlib',
30+
'NREL-PySAM'
2731
],
2832
classifiers=[
2933
"Programming Language :: Python :: 3",
3034
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", # https://pypi.org/classifiers/
3135
"Operating System :: OS Independent", #hopefully
3236
],
33-
python_requires='>=3.6',
37+
python_requires='>=3.8',
3438
)

0 commit comments

Comments
 (0)