Commit Graph

141 Commits

Author SHA1 Message Date
romainx
32090f6011 Update docker stack 2020-11-20
The following changes have been made.

- `base-notebook`
  - `Changed`: Bump Ubuntu
  - `Changed`: Bump conda
  - `Fixed`: Add missing `apt-get clean`
- `minimal-notebook`
  - `Removed`: `jed` editor see #1174 (partial)
  - `Deprecated`: `emacs` editor (in the documentation and in the image) see #1174 (partial)
- `scipy-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `dask`
  - `Changed`: Bump `protobuf`
- `r-notebook`
  - `Changed`: Bump `r-base`
  - `Changed`: Bump `r-rmarkdown`
  - `Removed`: The description of `tidyverse` packages because it's not the place to do that and it will always be obsolete.
- `datascience-notebook`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Removed`: `plyr` package because it's retired fixes #1103
  - `Removed`: `r-reshape2` package because it's retired fixes #1103
  - `Changed`: Bump `r-rmarkdown`
  - `Changed`: Bump Julia
- `tensorflow-notebook`
  - `Changed`: Bump `tensorflow`
- `pyspark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `pyarrow`
- `all-spark-notebook`
  - `Fixed`: Add missing `apt-get clean`
  - `Changed`: Bump `r-base` to `4.0.x` see #1102 (partial)
  - `Changed`: Bump `r-sparklyr`
2020-10-20 11:36:34 +02:00
Romain
9c97376140 Merge pull request #1159 from romainx/stack_update
Stack update
2020-09-26 05:46:22 +02:00
Mark Dean
f527551a44 add cm-super 2020-09-25 11:16:19 -04:00
romainx
325dd5b3e2 Fix build (hope)
- miniconda versions and arguments
- remove useless hd5 install (dependency of h5py)
- pin the version of pyarrow
2020-09-19 17:27:47 +02:00
romainx
78c70dce88 Stack update (partial)
Following images updated

- `base-notebook`
- `scipy-notebook`
- `tensorflow-notebook`
- `tensorflow`
- `datascience-notebook`
- `r-notebook`
2020-09-19 07:17:45 +02:00
Ben Mares
81131ffce0 Pandas to 1.1 2020-08-06 10:33:02 +02:00
Ayaz Salikhov
bf2cabc619 Update scipy-notebook packages 2020-07-13 21:25:04 +02:00
chrisgorgo
47d6c62bc7 Updating sklearn to version 0.23 2020-06-23 19:01:47 -07:00
Romain
5e6645d137 Ignore DL3006 and DL3008 by default 2020-06-01 06:23:44 +02:00
Romain
2ce0b49fb5 Final review 2020-05-30 05:44:53 +02:00
Romain
7b48e43b74 Fix hadolint deviations 2020-05-29 19:33:24 +02:00
romainx
f54f36a208 Rollback numba to 0.48
Dependencies resolution fails with numba `0.49`. I do not know the root cause.
Here is the difference between the two versions.

```bash
$ conda search --info numba

numba 0.48.0 py38hb3f55d8_0
---------------------------
file name   : numba-0.48.0-py38hb3f55d8_0.tar.bz2
name        : numba
version     : 0.48.0
build       : py38hb3f55d8_0
build number: 0
size        : 3.4 MB
license     : BSD 2-clause
subdir      : linux-64
url         : https://conda.anaconda.org/conda-forge/linux-64/numba-0.48.0-py38hb3f55d8_0.tar.bz2
md5         : 580c5132d9f575462db40daf20201ff1
timestamp   : 2020-01-27 17:39:57 UTC
constraints :
  - tbb >=2018.0.5
  - python_abi * *_cp38
dependencies:
  - libgcc-ng >=7.3.0
  - libstdcxx-ng >=7.3.0
  - llvmlite >=0.31.0,<0.32.0a0
  - numpy >=1.14.6,<2.0a0
  - python >=3.8,<3.9.0a0
  - setuptools

numba 0.49.0 py36h0573a6f_0
---------------------------
file name   : numba-0.49.0-py36h0573a6f_0.conda
name        : numba
version     : 0.49.0
build       : py36h0573a6f_0
build number: 0
size        : 3.1 MB
license     : BSD 2-clause
subdir      : linux-64
url         : https://repo.anaconda.com/pkgs/main/linux-64/numba-0.49.0-py36h0573a6f_0.conda
md5         : cdbf81e0d643b5e90441ccf110b97a3d
timestamp   : 2020-04-17 17:08:20 UTC
constraints :
  - tbb >=2018.0.5
dependencies:
  - libgcc-ng >=7.3.0
  - libstdcxx-ng >=7.3.0
  - llvmlite >=0.32.0
  - llvmlite >=0.32.0,<0.33.0a0
  - numpy >=1.14.6,<2.0a0
  - python >=3.6,<3.7.0a0
  - setuptools
  - tbb >=2020.0
 ```
2020-04-29 12:12:53 +02:00
romainx
d3ef6d89b2 Regular update 2020 W18
* Bump `base-notebook`
	* OS version
	* `jupyterlab`
* Bump `scipy-notebook`
	* `beautifulsoup4`
	* `cloudpickle`
	* `dask`
	* `numba`
	* `xlrd`: version specified (it was not the case)
* Bump `datascience-notebook`
	* `r-devtools`
	* `r-forecast`
	* Julia version
	* Test added to check if Julia is correctly installed (`julia --version`)
	* Note: A new version of `r-base` is out `4.0.0` however it cannot be installed yet since dependencies with other packages cannot be resolved.
* Bump `r-notebook`
	* Same as `datascience-notebook` except Julia.
* Bump `all-spark-notebook`
	* `r-sparklyr`
2020-04-29 09:16:28 +02:00
Mark Dean
44fbf93bfd add pytables and bottleneck 2020-04-22 19:41:41 -04:00
romainx
d458afffaf Big upgrade
- Bump root container version
- Bump  packages of
  - scipy-notebook
  - r-notebook
  - datascience-notebook
- add -y flag to jupyter lab commands in scipy-notebook
- Fix a bug in check outdated packages when packages installed through pip
2020-04-04 23:04:45 +02:00
Peter Parente
073aee8f84 Merge branch 'master' into lab_clean 2020-03-16 15:29:31 -04:00
romainx
309453fa00 Using jupyter lab clean (#752) 2020-03-15 06:24:56 +01:00
Mark Dean
9cfdc92323 include dvipng 2020-03-12 16:56:56 -04:00
Peter Parente
046a4c311c Loose jupyter-matplotlib pinning for consistency 2020-03-11 08:06:24 -04:00
Mark Dean
14b9d786c8 pin jupyter-matplotlib 2020-03-10 20:02:02 -04:00
Mark Dean
80bf115c80 put back instructions 2020-03-10 11:24:06 -04:00
Mark Dean
607e625407 update jupyterlab and plotting extensions 2020-03-10 11:21:27 -04:00
Mark Dean
f4ceeea454 ipympl version update 2020-02-28 14:59:23 -05:00
Mark
3f83acabaf Merge branch 'master' into master 2020-02-28 20:46:34 +01:00
romainx
163f86cf57 Bump scipy-notebook 2020-02-27 22:57:46 +01:00
Mark Dean
7a2522af86 put version back 2020-02-27 16:46:53 -05:00
Mark Dean
35d30e23a8 put version back 2020-02-27 16:46:04 -05:00
Mark Dean
775e8c9a22 add ipympl 2020-02-27 16:43:37 -05:00
Ben Mares
78fa3df88f bump version numbers and add periods before * 2020-01-27 23:38:05 +01:00
Min RK
75519a5751 Merge pull request #981 from flixr/update-bokeh
scipy-notebook: update bokeh
2020-01-21 15:15:05 +01:00
Felix Ruess
fc64a7744a scipy-notebook: update bokeh 2020-01-05 11:43:33 +01:00
Felix Ruess
75543fe76d scipy-notebook: update dask and h5py 2020-01-05 11:42:45 +01:00
Ben Mares
10380edb48 With JupyterLab 1.1, --dev-build=False is no longer necessary. 2019-10-14 21:57:48 +02:00
Richard Darst
8bfffcaa3f Sort package installation lines alphabetically for easier comparison 2019-08-06 10:44:10 +03:00
Richard Darst
78fbbfeaf8 Update all scipy-notebook package versions
- New versions found with conda --upgrade
2019-08-02 20:35:12 +03:00
Ben Mares
2d9e7d202e Switch to matplotlib-base to avoid qt dependency, increase version to 3.1 2019-07-29 09:35:52 +02:00
Ben Mares
b38f17df5f bump jupyterlab-manager version to 1.0.1 2019-07-28 22:59:37 +02:00
Ben Mares
eb5c77ee43 Switch JupyterLab from dev build to prod build 2019-07-28 22:26:18 +02:00
Min RK
0fe100ed78 Merge pull request #896 from minrk/conda-47
conda 4.7.5
2019-07-16 14:33:49 +02:00
James Brock
7b960e47ef jupyterlab_bokeh@1.0.0, version bump from @0.6.3 2019-07-10 16:37:38 +09:00
Min RK
5eca3cae6c stop removing qt
it makes the conda env invalid, which causes errors in later installs
2019-07-09 10:46:25 +02:00
Min RK
0c0601bbe6 bump ipywidgets, widget-manager for jupyterlab 1.0 2019-07-04 14:38:21 +02:00
echowhisky
40c5c07b0a added -f flag to all conda clean commands
This commit adds the additional `-f` force command to all uses of `conda
clean --all` through the repo. Size should be smaller, but still testing
if anything breaks. See issue #861.
2019-05-04 19:11:32 +00:00
echowhisky
1f8311a7aa changed -tipsy to --all -y across all files
The last commit was only for the base-notebook's Dockerfile. For this,
all the files in the repo were grepped through and changed.
2019-05-04 18:53:49 +00:00
Peter Parente
a772c9ab6b Fix matplotlib version typo
Getting ahead of myself here ...
2019-03-07 21:09:54 -05:00
Peter Parente
313ceb794c Update packages in scipy-notebook 2019-03-07 20:33:31 -05:00
John Kirkham
caf8c5c241 Require Dask 1.1 in the scipy-notebook 2019-02-21 22:47:03 -05:00
Felix Ruess
f4d44ca0eb scipy-notebook: update ipywidgets 2019-01-05 20:45:33 +01:00
Tim Ryan
3fc28b67e0 Remove apt-get clean command. Unecessary on official Ubuntu images. 2018-12-17 10:40:58 -05:00
Peter Parente
5b2160dfd9 Merge pull request #760 from mkirch/master
Update scikit-learn to 0.20.*
2018-11-15 12:14:26 -05:00