-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to bash as default shell, add more preinstalled packages
- Loading branch information
liuwen
committed
Sep 21, 2024
1 parent
f7c0ac7
commit 7a3b866
Showing
3 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
pydantic | ||
httpx | ||
fastapi | ||
agate | ||
arrow | ||
datascience | ||
dill | ||
fiona | ||
jsonify | ||
keras | ||
matplotlib | ||
nltk | ||
numpy | ||
pandas | ||
psycopg2-binary | ||
requests | ||
scikit-learn | ||
scipy | ||
scrapy | ||
seaborn | ||
six | ||
spacy | ||
squarify | ||
sympy | ||
tabulate | ||
tensorflow | ||
textblob | ||
torch | ||
torchvision | ||
urllib3 |