Skip to content

Commit 09e68de

Browse files
committed
Release version 1.20250414.2
1 parent b234d30 commit 09e68de

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build push ver install publish check-docker
22

3-
VERSION := "1.20250414.1"
3+
VERSION := "1.20250414.2"
44
IMAGE_NAME := jtlpython:$(VERSION)
55
IMAGE_FULL_NAME := ghcr.io/league-examples/$(IMAGE_NAME)
66

requirements.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ matplotlib
2525
seaborn
2626
plotly
2727
plotly-express
28+
seaborn
29+
dash
30+
panel
31+
hvplot
2832

2933
# Data analysis
3034
numpy
@@ -56,13 +60,6 @@ dask
5660
beautifulsoup4
5761
fastparquet
5862

59-
# Interactive dashboards
60-
seaborn
61-
plotly
62-
plotly-dash
63-
dash
64-
panel
65-
hvplot
6663

6764
# Utilities
6865
joblib

0 commit comments

Comments
 (0)