Remove redundant stuff
This commit is contained in:
parent
f6ce2585b8
commit
8bdc851fae
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -84,3 +84,4 @@ dependencies:
|
||||
- urllib3==1.26.4
|
||||
- wcwidth==0.2.5
|
||||
- webencodings==0.5.1
|
||||
- hyperopt==0.2.5
|
||||
|
File diff suppressed because one or more lines are too long
@ -2,7 +2,7 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"execution_count": 111,
|
||||
"id": "alike-morgan",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@ -10,21 +10,17 @@
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Collecting package metadata (current_repodata.json): done\n",
|
||||
"Solving environment: done\n",
|
||||
"The autoreload extension is already loaded. To reload it, use:\n",
|
||||
" %reload_ext autoreload\n",
|
||||
"Collecting package metadata (current_repodata.json): failed\n",
|
||||
"\n",
|
||||
"CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-64/current_repodata.json>\n",
|
||||
"Elapsed: -\n",
|
||||
"\n",
|
||||
"==> WARNING: A newer version of conda exists. <==\n",
|
||||
" current version: 4.9.2\n",
|
||||
" latest version: 4.10.1\n",
|
||||
"An HTTP error occurred when trying to retrieve this URL.\n",
|
||||
"HTTP errors are often intermittent, and a simple retry will get you on your way.\n",
|
||||
"'https://conda.anaconda.org/conda-forge/linux-64'\n",
|
||||
"\n",
|
||||
"Please update conda by running\n",
|
||||
"\n",
|
||||
" $ conda update -n base conda\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"# All requested packages already installed.\n",
|
||||
"\n"
|
||||
]
|
||||
}
|
||||
@ -45,8 +41,9 @@
|
||||
"import os\n",
|
||||
"os.environ['KMP_DUPLICATE_LIB_OK'] = 'True'\n",
|
||||
"\n",
|
||||
"# import sys\n",
|
||||
"# !conda install --yes --prefix {sys.prefix} numpy hyperopt\n",
|
||||
"######################\n",
|
||||
"# I have added hyperopt package to environment.yml. \n",
|
||||
"######################\n",
|
||||
"\n",
|
||||
"import warnings\n",
|
||||
"warnings.filterwarnings(\"ignore\")"
|
||||
|
Loading…
Reference in New Issue
Block a user