-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment.yml
More file actions
43 lines (41 loc) · 760 Bytes
/
environment.yml
File metadata and controls
43 lines (41 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: python-program-slicing
channels:
- defaults
- anaconda-fusion
- conda-forge
- bjornfjohansson
- anaconda-platform
dependencies:
- python=3.9.7 # Our official development version
- jupyterlab
- matplotlib
- numpy
- scipy
- pandas
- python-graphviz
- autopep8
- notedown
- markdown
- mypy
# - selenium
# - geckodriver
# - django
- pip
- pip:
- debuggingbook
- pydot
- yapf
- autopep8
- svglib
- jupyter_contrib_nbextensions
- showast
- git+https://github.com/uds-se/pyan#egg=pyan
- python-magic
- fuzzingbook
- pydriller
- diff_match_patch
- scikit_learn
- easyplotly
- beautifulsoup4
- lxml
- networkx