Skip to content

Commit 74f8b6d

Browse files
removed matplotlib, added altair
1 parent 41423f4 commit 74f8b6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ verify_ssl = true
99
streamlit = "*"
1010
pandas = "*"
1111
numpy = "*"
12-
matplotlib = "*"
1312
altair = "*"
1413

1514
[requires]

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: chime
22
channels:
33
- defaults
4+
- conda-forge
45
dependencies:
56
- python>=3.6
67
- streamlit
78
- numpy
89
- pandas
9-
- matplotlib
10+
- altair

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
streamlit
22
pandas
33
numpy
4-
matplotlib
4+
altair

0 commit comments

Comments
 (0)