Skip to content

Commit 851cfd1

Browse files
committed
Updated dependencies
1 parent addfcba commit 851cfd1

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

dashipy/environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ name: dashi
22
channels:
33
- conda-forge
44
dependencies:
5+
# Library Dependencies
56
- python >=3.12,<3.13
6-
# Dependencies
7-
- pandas
87
- altair
8+
# Demo Dependencies
9+
- pandas
910
- pyaml
1011
- tornado
1112
# Dev Dependencies

dashipy/pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ keywords = [
1818
license = {text = "MIT"}
1919
requires-python = ">=3.10"
2020
dependencies = [
21-
"pandas",
22-
"plotly",
23-
"pyaml",
24-
"tornado"
21+
"altair",
2522
]
2623
classifiers = [
2724
"Development Status :: 5 - Production/Stable",
@@ -62,6 +59,11 @@ dev = [
6259
"pytest-cov",
6360
"requests-mock",
6461
]
62+
demo = [
63+
"pyaml",
64+
"pandas",
65+
"tornado",
66+
]
6567

6668
[project.urls]
6769
Source = "https://github.com/bcdev/dashi"

0 commit comments

Comments
 (0)