Skip to content

Commit cbe486e

Browse files
committed
change wxpython req to version 4
1 parent 60c76b5 commit cbe486e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package:
1+
1package:
22
name: hexrd
33
version: {{ environ.get('GIT_DESCRIBE_TAG', '')[1:] }}
44

@@ -37,7 +37,7 @@ requirements:
3737
- qtconsole
3838
- scikit-learn
3939
- scipy
40-
- wxpython ==3
40+
- wxpython >= 4
4141

4242
test:
4343
imports:

0 commit comments

Comments
 (0)