File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : test_env
2
+ channels :
3
+ - conda-forge
4
+ - defaults
5
+ dependencies :
6
+ - python=3.11
7
+ - pytest
8
+ - flake8
9
+ - black
10
+ - isort
11
+ - tornado
12
+ - toolz
13
+ - librdkafka
14
+ - dask
15
+ - distributed
16
+ - pandas
17
+ - python-confluent-kafka
18
+ - codecov
19
+ - coverage
20
+ - networkx
21
+ - graphviz
22
+ - pytest-asyncio
23
+ - python-graphviz
24
+ - bokeh
25
+ - ipywidgets
26
+ - flaky
27
+ - pytest-cov
Original file line number Diff line number Diff line change
1
+ name : test_env
2
+ channels :
3
+ - conda-forge
4
+ - defaults
5
+ dependencies :
6
+ - python=3.12
7
+ - pytest
8
+ - flake8
9
+ - black
10
+ - isort
11
+ - tornado
12
+ - toolz
13
+ - librdkafka
14
+ - dask
15
+ - distributed
16
+ - pandas
17
+ - python-confluent-kafka
18
+ - codecov
19
+ - coverage
20
+ - networkx
21
+ - graphviz
22
+ - pytest-asyncio
23
+ - python-graphviz
24
+ - bokeh
25
+ - ipywidgets
26
+ - flaky
27
+ - pytest-cov
You can’t perform that action at this time.
0 commit comments