Skip to content

Commit 9710a27

Browse files
authored
Merge pull request #84 from CsatiZoltan/CsatiZoltan-pureconda
Handle all dependencies by conda
2 parents c0804fa + 9417894 commit 9710a27

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: imagepy
22
channels:
33
- conda-forge
4+
- nsls2forge
45
dependencies:
56
- numba
67
- numpy-stl
@@ -16,6 +17,6 @@ dependencies:
1617
- xlrd
1718
- xlwt
1819
- markdown
19-
- pip:
20-
- moderngl
21-
- pystackreg
20+
- python-markdown-math
21+
- moderngl
22+
- pystackreg

0 commit comments

Comments
 (0)