-
-
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.
update requirements in preparation for Jan 2022 snapshot
- Loading branch information
1 parent
e29161d
commit 00495dc
Showing
5 changed files
with
74 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# PyMC binder sandbox | ||
|
||
This repository is used to store the binder environment used to run the | ||
notebooks in https://docs.pymc.io/projects/examples/en/latest/ (hosted | ||
on [this GitHub repo](https://github.com/pymc-devs/pymc-examples)) | ||
|
||
This freezes the dependencies at the time of each [snapshot]() | ||
to ensure notebooks can always be executed on binder and | ||
accelerate loading the binder kernel for the notebooks. | ||
|
||
### Contributors | ||
To update the `requirements.txt` use `pip-compile requirements.in` which will | ||
generate the new `requirements.txt`. You'll need `pip-tools` installed |
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 @@ | ||
graphviz |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,3 +2,5 @@ nbgitpuller | |
|
||
# Data analytics | ||
pymc3 | ||
graphviz | ||
seaborn |
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