Skip to content

Commit 088d0b8

Browse files
authored
Update 1.0.0 (#10)
1 parent 79d8779 commit 088d0b8

3 files changed

Lines changed: 25 additions & 3 deletions

File tree

app_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ TEMPLATE:
99
WATERMARK_SOURCE: https://raw.githubusercontent.com/fiakoenjiniring/static-assets/main/logo/fiakodev-logo-simple-1000-400.png
1010
THEME: FLATLY
1111

12-
VERSION: v1.0.0-beta.0
12+
VERSION: v1.0.0
1313
GITHUB_LINK: https://github.com/fiakoenjiniring/anfrek
1414
GITHUB_REPO: fiakoenjiniring/anfrek

environment_conda.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: anfrek310
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.10.5
7+
- ipykernel
8+
- black
9+
- flake8
10+
- pip
11+
- pip:
12+
- dash==2.4.1
13+
- dash_bootstrap_components==1.1.0
14+
- dash_bootstrap_templates==1.0.5
15+
- hidrokit==0.4.1
16+
- numpy==1.22.3
17+
- pandas==1.4.2
18+
- plotly==5.8.0
19+
- python_box==6.0.2
20+
- scipy==1.8.0
21+
- pyyaml==6.0
22+
- gunicorn==20.1.0

pylayout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
HTML_ROW_TITLE = html.Div(
1515
[
1616
html.H1(appConfig.DASH_APP.APP_TITLE, className="fw-bold"),
17-
html.Span("(BETA VERSION)", className="fw-bold"),
18-
html.Br(),
17+
# html.Span("(BETA VERSION)", className="fw-bold"),
18+
# html.Br(),
1919
html.Span(
2020
[appConfig.GITHUB_REPO, "@", appConfig.VERSION],
2121
className="text-muted",

0 commit comments

Comments
 (0)