@@ -114,45 +114,11 @@ To update one of the dependencies shared across all `repo2docker` builds, you
114114must follow these steps (with more detailed information in the sections below):
115115
116116* Make sure you have [ Docker] ( https://www.docker.com/ ) running on your computer
117- * Bump the version number in ` virtualenv ` ([ link] ( https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#virtualenv-dependencies ) )
118117* Bump the version number in the ` conda ` environment ([ link] ( https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#conda-dependencies ) )
119118* Make a pull request with your changes ([ link] ( https://github.com/jupyter/repo2docker/blob/master/CONTRIBUTING.md#make-a-pull-request ) )
120119
121120See the subsections below for more detailed instructions.
122121
123- ### Virtualenv dependencies
124-
125- 1 . There are two files related to virtualenv dependencies. Edit as needed.
126-
127- - ` repo2docker/buildpacks/python/requirements.txt `
128-
129- Contains list of packages to install in Python3 virtualenvs,
130- which are the default. ** This where all Notebook versions &
131- notebook extensions (such as JupyterLab / nteract) go** .
132-
133- - ` repo2docker/buildpacks/python/requirements2.txt `
134-
135- Contains list of packages to install in Python2 virtualenvs, which
136- can be specifically requested by users. ** This only needs ` IPyKernel `
137- and kernel related libraries** Notebook / Notebook Extension need
138- not be installed here.
139-
140- 2 . After you edit either of these files to add a new package / bump version on
141- an existing package, run:
142-
143- ``` bash
144- ./repo2docker/buildpacks/python/freeze.bash
145- ```
146-
147- This script will resolve dependencies and write them to the respective ` .frozen.txt `
148- files.
149-
150- Note: If you do not have Python3 and Python2 with virtualenv, the script
151- will create and build Docker containers to process the frozen files.
152-
153- 3 . All the ` .txt ` files in ` repo2docker/buildpacks/python/ ` should be committed to git.
154-
155- 4 . Make a pull request.
156122
157123### Conda dependencies
158124
0 commit comments