Skip to content

Commit 040f5fd

Browse files
authored
bump to Python 3.9, pin scikit-optimize>=0.8.1, add cloudpickle
1 parent 2b37817 commit 040f5fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- python=3.7
7+
- python=3.9
88
- sortedcontainers
99
- sortedcollections
1010
- scipy
11+
- cloudpickle
1112
- holoviews
1213
- ipyparallel>=6.2.5
1314
- distributed
1415
- ipykernel>=4.8*
1516
- loky
1617
- jupyter_client>=5.2.2
1718
- ipywidgets
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+
- scikit-optimize>=0.8.1
2020
- plotly
2121
- atomicwrites

0 commit comments

Comments
 (0)