Skip to content

Commit 3e78d15

Browse files
committed
added new dependency - param
1 parent 383cb28 commit 3e78d15

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx==7.2.6 # verify that builds complete with this version
2+
param
23
numpy
34
matplotlib
45
numpydoc

requirements-min.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packaging
22
appdirs>=1.4.4
3+
param
34
numpy>=1.21.1
45
sympy>=1.10.1
56
matplotlib>=3.7.0

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packaging
22
appdirs>=1.4.4
3+
param
34
numpy
45
scipy>=1.7.1
56
sympy>=1.10.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def readme():
6262
install_requires=[
6363
"packaging",
6464
"appdirs>=1.4.4",
65+
"param",
6566
"numpy>=1.21.1",
6667
"sympy>=1.10.1",
6768
"matplotlib>3.4.2",

0 commit comments

Comments
 (0)