File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
install_requires = [
24
24
"dash-bootstrap-components" ,
25
- "dash-daq" ,
25
+ "dash-daq<0.6.0" ,
26
+ "dash<3.0.0" ,
26
27
"pandas" ,
27
28
"requests" ,
28
- "webviz-config>=0.0.40" ,
29
29
"webviz-config-equinor" ,
30
+ "webviz-config>=0.0.40" ,
30
31
"webviz-subsurface-components" ,
31
32
],
32
33
setup_requires = ["setuptools_scm" ],
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ pytest-mock
3
3
pylint
4
4
black
5
5
scipy
6
- dash[testing]>=2.5.1
6
+ dash[testing]>=2.5.1,<3.0.0
7
7
selenium
8
- urllib3
8
+ urllib3<2
9
9
flask>=2.2.5 # not directly required, pinned by Snyk to avoid a vulnerability
10
10
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ types-setuptools
4
4
types-PyYAML
5
5
types-python-dateutil
6
6
flask>=2.2.5 # not directly required, pinned by Snyk to avoid a vulnerability
7
+ dash[testing]<3.0.0
You can’t perform that action at this time.
0 commit comments