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 5405723 commit ba8ef17Copy full SHA for ba8ef17
environment.yml
@@ -3,14 +3,14 @@ channels:
3
- conda-forge
4
dependencies:
5
# required
6
- - python>=3.9
+ - python>=3.10
7
- numpy
8
- pandas
9
- salib
10
- seaborn
11
- # CLI and Dashboard
12
- - typer
+ # Dashboard
13
- panel
+ - cryptography
14
# tests
15
- pytest
16
- pytest-cov
pyproject.toml
@@ -38,6 +38,7 @@ dependencies = [
38
[project.optional-dependencies]
39
dashboard = [
40
"panel",
41
+ "cryptography",
42
]
43
44
test = [
0 commit comments