Skip to content

Commit a8a5767

Browse files
committed
Specified build, run, dev deps in conda env.
1 parent 66fd5fe commit a8a5767

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

gait2d-dev.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@ name: gait2d-dev
22
channels:
33
- conda-forge
44
dependencies:
5+
# build
56
- cython
6-
- ipython
7-
- jupyter
7+
- setuptools
8+
# run
89
- numpy
910
- pydy
10-
- pytest
1111
- python
1212
- pyyaml
13-
- scipy
14-
- setuptools
1513
- sympy
14+
# examples
15+
- scipy
16+
# dev
17+
- ipython
18+
- jupyter
19+
- pytest

0 commit comments

Comments
 (0)