Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IRISCC-Dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIT
imkasf-top
IRISCC-Dashboard
Commits
20440d31
Commit
20440d31
authored
1 week ago
by
Florian Obersteiner
Browse files
Options
Downloads
Patches
Plain Diff
prepare next version
parent
e6d4ee13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!8
trajectory plotting
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyproject.toml
+12
-12
12 additions, 12 deletions
pyproject.toml
uv.lock
+1
-1
1 addition, 1 deletion
uv.lock
with
13 additions
and
13 deletions
pyproject.toml
+
12
−
12
View file @
20440d31
[project]
name
=
"caribic-dash"
version
=
"0.0.1
6
"
version
=
"0.0.1
7
"
description
=
"IRISCC dashboard with CARIBIC data"
readme
=
"README.md"
requires-python
=
">
=
3.12
"
classifiers
=
[
"Programming Language :: Python :: 3"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 3"
,
"Operating System :: OS Independent"
,
]
dependencies
=
[
"dash>
=
2.18
.
2
",
"dash-bootstrap-components>
=
2.0
.
0
",
"gunicorn>
=
23.0
.
0
",
"netcdf4>
=
1.7
.
2
", # indirect; backend for xarray
"pandas>
=
2.2
.
3
",
"plotly>
=
6.0
.
1
",
"python-dotenv>
=
1.0
.
1
",
"siphon>
=
0.10
.
0
",
"xarray>
=
2025.3
.
0
",
"dash>
=
2.18
.
2
",
"dash-bootstrap-components>
=
2.0
.
0
",
"gunicorn>
=
23.0
.
0
",
"netcdf4>
=
1.7
.
2
", # indirect; backend for xarray
"pandas>
=
2.2
.
3
",
"plotly>
=
6.0
.
1
",
"python-dotenv>
=
1.0
.
1
",
"siphon>
=
0.10
.
0
",
"xarray>
=
2025.3
.
0
",
]
[dependency-groups]
...
...
This diff is collapsed.
Click to expand it.
uv.lock
+
1
−
1
View file @
20440d31
...
...
@@ -80,7 +80,7 @@ wheels = [
[[package]]
name = "caribic-dash"
version = "0.0.1
6
"
version = "0.0.1
7
"
source = { virtual = "." }
dependencies = [
{ name = "dash" },
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment