We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383cb28 commit 3e78d15Copy full SHA for 3e78d15
4 files changed
doc/requirements.txt
@@ -1,4 +1,5 @@
1
sphinx==7.2.6 # verify that builds complete with this version
2
+param
3
numpy
4
matplotlib
5
numpydoc
requirements-min.txt
@@ -1,5 +1,6 @@
packaging
appdirs>=1.4.4
numpy>=1.21.1
sympy>=1.10.1
6
matplotlib>=3.7.0
requirements.txt
scipy>=1.7.1
setup.py
@@ -62,6 +62,7 @@ def readme():
62
install_requires=[
63
"packaging",
64
"appdirs>=1.4.4",
65
+ "param",
66
"numpy>=1.21.1",
67
"sympy>=1.10.1",
68
"matplotlib>3.4.2",
0 commit comments