-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathenvironment.yml
More file actions
34 lines (34 loc) · 718 Bytes
/
environment.yml
File metadata and controls
34 lines (34 loc) · 718 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
# Use only for PyScaffold development. Execute `conda env create -f environment.yml`
name: pyscaffold
channels:
- defaults
- conda-forge
dependencies:
- python=3.7
- wheel
- sphinx
- flake8
- pytest
- pytest-cov
- pytest-xdist
- pytest-virtualenv
- pytest-fixture-config
- pytest-shutil
- pre_commit
- twine
- tox
- virtualenv
- pip
- pip:
- pyscaffold
- sphinx_rtd_theme # to build docs locally
- -e . # install git checkout of PyScaffold in editable mode
- tqdm==4.36.1
- mmh3==2.5.1
- requests==2.22.0
- syft==0.3.0
- black>=20.8b1
- pytest>=5.3.5
- pytest-black>=0.3.8
- jupyter>=1.0.0
- papermill>=1.2.1