Skip to content

Commit ba8ef17

Browse files
committed
Add cryptography to deps
1 parent 5405723 commit ba8ef17

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ channels:
33
- conda-forge
44
dependencies:
55
# required
6-
- python>=3.9
6+
- python>=3.10
77
- numpy
88
- pandas
99
- salib
1010
- seaborn
11-
# CLI and Dashboard
12-
- typer
11+
# Dashboard
1312
- panel
13+
- cryptography
1414
# tests
1515
- pytest
1616
- pytest-cov

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
[project.optional-dependencies]
3939
dashboard = [
4040
"panel",
41+
"cryptography",
4142
]
4243

4344
test = [

0 commit comments

Comments
 (0)