We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c385310 commit f63ab63Copy full SHA for f63ab63
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
${{ runner.os }}-conda6-
50
- uses: conda-incubator/setup-miniconda@v2
51
with:
52
- python-version: 3.8
+ python-version: 3.9
53
mamba-version: '*'
54
channels: conda-forge,defaults
55
channel-priority: true
environment.yml
@@ -3,14 +3,16 @@ channels:
3
- conda-forge
4
- defaults
5
dependencies:
6
- - python==3.8
+ - python==3.9
7
- mypy
8
- pylint
9
- black
10
- bumpversion
11
+ - ipywidgets
12
+ - jupyterlab
13
+ - pandas
14
- pytest
15
- jupyter
- - jupyterlab
16
- pytest-cov
17
- twine
18
- sphinx
0 commit comments