forked from InstituteforDiseaseModeling/covasim
-
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.
Split requirements.txt to a separate file
Use gunicorn and plotly_express from requirements.txt Add requirements.txt to docker first and install to optimize docker cache hits Add MANIFEST.in for package packaging that include the README and the requirements.txt when packaging and also any non-python files that are part of covasim(html,. R, spreadsheets, etc)
- Loading branch information
1 parent
22e0c01
commit 16c3544
Showing
4 changed files
with
30 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include requirements.txt | ||
include README.md | ||
recursive-include covasim/* |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
matplotlib>=2.2.2 | ||
numpy>=1.10.1 | ||
scipy>=1.2.0 | ||
sciris>=0.15.8 | ||
scirisweb>=0.15.0 | ||
pandas | ||
numba | ||
gunicorn | ||
plotly_express | ||
#parestlib>=0.3 |
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