Browse code

pin scikit-learn <=0.23.1 in environment.yml files

Bas Nijholt authored on 07/08/2020 13:55:47
Showing 1 changed files
... ...
@@ -16,5 +16,6 @@ dependencies:
16 16
   - jupyter_client>=5.2.2
17 17
   - ipywidgets
18 18
   - scikit-optimize
19
+  - scikit-learn <=0.23.1  # because of https://github.com/scikit-optimize/scikit-optimize/issues/931, remove dep when fixed
19 20
   - plotly
20 21
   - atomicwrites
Browse code

minimally require ipyparallel 6.2.5

This means that we won't run into https://github.com/joblib/loky/issues/240

Bas Nijholt authored on 20/04/2020 11:00:31
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ dependencies:
9 9
   - sortedcollections
10 10
   - scipy
11 11
   - holoviews
12
-  - ipyparallel
12
+  - ipyparallel>=6.2.5
13 13
   - distributed
14 14
   - ipykernel>=4.8*
15 15
   - loky
Browse code

add Loky to (optional) dependencies

Joseph Weston authored on 09/04/2020 18:29:39 • Bas Nijholt committed on 09/04/2020 23:24:26
Showing 1 changed files
... ...
@@ -12,6 +12,7 @@ dependencies:
12 12
   - ipyparallel
13 13
   - distributed
14 14
   - ipykernel>=4.8*
15
+  - loky
15 16
   - jupyter_client>=5.2.2
16 17
   - ipywidgets
17 18
   - scikit-optimize
Browse code

ensure atomic writes when saving a file

Right now, if a program crashes in the middle of saving, you lose
all your data.

Right now, if a program crashes in the middle of saving, you lose
all your data. This ensures that the old file is first moved, then
the new file is saved, and only then the old file is removed.

Bas Nijholt authored on 21/06/2019 00:04:07
Showing 1 changed files
... ...
@@ -16,3 +16,4 @@ dependencies:
16 16
   - ipywidgets
17 17
   - scikit-optimize
18 18
   - plotly
19
+  - atomicwrites
Browse code

Resolve "(Learner1D) improve time complexity"

Jorn Hoofwijk authored on 07/12/2018 11:42:53 • Bas Nijholt committed on 07/12/2018 11:42:53
Showing 1 changed files
... ...
@@ -6,6 +6,7 @@ channels:
6 6
 dependencies:
7 7
   - python=3.6
8 8
   - sortedcontainers
9
+  - sortedcollections
9 10
   - scipy
10 11
   - holoviews
11 12
   - ipyparallel
Browse code

improve 'notebook_extension' and add 'plotly' as a dependency

Bas Nijholt authored on 20/10/2018 13:04:45
Showing 1 changed files
... ...
@@ -14,3 +14,4 @@ dependencies:
14 14
   - jupyter_client>=5.2.2
15 15
   - ipywidgets
16 16
   - scikit-optimize
17
+  - plotly
Browse code

add scikit-optimize to environment.yml

Bas Nijholt authored on 31/08/2018 14:42:42
Showing 1 changed files
... ...
@@ -13,3 +13,4 @@ dependencies:
13 13
   - ipykernel>=4.8*
14 14
   - jupyter_client>=5.2.2
15 15
   - ipywidgets
16
+  - scikit-optimize
Browse code

remove adaptive from environment.yml as it is not needed

Bas Nijholt authored on 22/02/2018 11:26:22
Showing 1 changed files
... ...
@@ -13,5 +13,3 @@ dependencies:
13 13
   - ipykernel>=4.8*
14 14
   - jupyter_client>=5.2.2
15 15
   - ipywidgets
16
-  - pip:
17
-    - git+https://github.com/python-adaptive/adaptive
Browse code

update dependencies in environment.yml

Bas Nijholt authored on 17/02/2018 13:19:09
Showing 1 changed files
... ...
@@ -10,5 +10,8 @@ dependencies:
10 10
   - holoviews
11 11
   - ipyparallel
12 12
   - distributed
13
+  - ipykernel>=4.8*
14
+  - jupyter_client>=5.2.2
15
+  - ipywidgets
13 16
   - pip:
14 17
     - git+https://github.com/python-adaptive/adaptive
Browse code

add environment.yml for myBinder

Bas Nijholt authored on 16/01/2018 14:10:04
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+name: adaptive
2
+
3
+channels:
4
+- conda-forge
5
+
6
+dependencies:
7
+  - python=3.6
8
+  - sortedcontainers
9
+  - scipy
10
+  - holoviews
11
+  - ipyparallel
12
+  - distributed
13
+  - pip:
14
+    - git+https://github.com/python-adaptive/adaptive