Skip to content

Commit 4bf36d6

Browse files
authored
Adding missing python dependencies for testing. (#41)
updated environment.yml
1 parent 358065a commit 4bf36d6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

environment.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ channels:
33
- conda-forge
44
- nodefaults
55
dependencies:
6-
- python
7-
- numpy
8-
- setuptools
6+
- cmake
7+
- cython
98
- gcc
10-
- gxx
119
- gfortran
12-
- cmake
10+
- gxx
1311
- ninja
14-
- cython
12+
- numpy
13+
- pandas
14+
- pytest
15+
- python
16+
- setuptools

0 commit comments

Comments
 (0)