forked from CURENT/andes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-extra.txt
29 lines (25 loc) · 932 Bytes
/
requirements-extra.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# FORMAT
# Put your extra requirements here in the following format
#
# package[version_required] # tag1, tag2, ...
#
# Allow at least one space between the package name/version and '#'
#
# Only one `#` is allowed per line. Lines starting with `#` are ignored.
codecov # dev
coverage # dev
pytest==7.0.1 # dev
flake8 # dev
sphinx # dev, doc
ipython # dev
numpydoc # dev, doc
sphinx-copybutton # dev, doc
sphinx-panels # dev, doc
pydata-sphinx-theme # dev, doc
myst-parser==0.15.2 # dev, doc
myst-nb==0.13.2 # dev, doc
pre-commit # dev
numba # dev, perf
pandapower # interop
# below work around a bug with tqdm bar with ipywidgets 8.0.1
ipywidgets==7.7 # web