generated from ministryofjustice/template-repository
-
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.
π§βπ¬ π Add SciPy packages to base 3.12 environment (#35)
Signed-off-by: Jacob Woffenden <[email protected]>
- Loading branch information
Jacob Woffenden
authored
Oct 22, 2024
1 parent
e43f90f
commit 4f0f5a1
Showing
6 changed files
with
70 additions
and
2 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
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 @@ | ||
ipykernel |
File renamed without changes.
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,31 @@ | ||
# Taken from https://github.com/jupyter/docker-stacks/blob/main/images/scipy-notebook/Dockerfile#L29 | ||
|
||
altair | ||
beautifulsoup4 | ||
bokeh | ||
bottleneck | ||
cloudpickle | ||
conda-forge::blas=*=openblas | ||
cython | ||
dask | ||
dill | ||
h5py | ||
ipympl | ||
ipywidgets | ||
matplotlib-base | ||
numba | ||
numexpr | ||
openpyxl | ||
pandas | ||
patsy | ||
protobuf | ||
pytables | ||
scikit-image | ||
scikit-learn | ||
scipy | ||
seaborn | ||
sqlalchemy | ||
statsmodels | ||
sympy | ||
widgetsnbextension | ||
xlrd |