Skip to content

Commit 3865da5

Browse files
author
Susan Vanderplas
committed
update py-deps
1 parent bc5ed17 commit 3865da5

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

py-deps

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FindRequirements() {
2323
grep -r "import .*" --include "*.qmd" . | awk '{ match( $0, /:import ([A-z0-9]*).*$/, arr) ; if(arr[1] != "") print arr[1] } ' | sort | uniq >> py-imports
2424
# deduplicate
2525
cat requirements.txt >> py-imports
26+
cat py-deps-reqs >> py-imports
2627
cat py-imports | sort | uniq > py-imports-clean
2728

2829
# replace PIL with pillow... ugh python sucks

py-deps-reqs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pip-chill
2+
wheel
3+
pip
4+
pipdeptree

requirements.txt

+5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,24 @@ babel
33
bs4
44
gspread
55
IPython
6+
jaraco.collections
67
matplotlib
78
numpy
89
nycflights13
910
palmerpenguins
1011
pandas
12+
pandas-access
1113
pandas_access
1214
pillow
15+
pip-chill
1316
plotly
1417
plotnine
1518
polars
1619
pyreadr
1720
requests
21+
scikit-learn
1822
seaborn
1923
skimpy
2024
statsmodels
2125
tabulate
26+
tomli

0 commit comments

Comments
 (0)