Skip to content

Commit

Permalink
Add version requirement for pydot 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed Jul 12, 2016
1 parent e65a898 commit 35b15c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment_linux.yml
Expand Up @@ -20,7 +20,7 @@ dependencies:
- jinja2
#- argparse # [py26]
- pyparsing
- pydot
- pydot ==1.2.2
- nose
- coverage
- guppy
Expand All @@ -33,4 +33,4 @@ dependencies:
- mopac
- graphviz
- scoop
- libgfortran ==1.0 # You may need to comment this out for mac osx
- libgfortran ==1.0 # You may need to comment this out for mac osx
2 changes: 1 addition & 1 deletion environment_mac.yml
Expand Up @@ -20,7 +20,7 @@ dependencies:
- jinja2
#- argparse # [py26]
- pyparsing
- pydot
- pydot ==1.2.2
- nose
- coverage
- guppy
Expand Down
2 changes: 1 addition & 1 deletion environment_windows.yml
Expand Up @@ -18,7 +18,7 @@ dependencies:
- jinja2
- pyparsing
- pydas
- pydot
- pydot ==1.2.2
- pydqed
- nose
- coverage
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Expand Up @@ -31,7 +31,7 @@ requirements:
- openbabel
- psutil
- pydas >=1.0.2
- pydot
- pydot ==1.2.2
- pydqed >=1.0.1
- pyparsing
- python
Expand Down Expand Up @@ -65,7 +65,7 @@ requirements:
- openbabel
- psutil
- pydas >=1.0.2
- pydot
- pydot ==1.2.2
- pydqed >=1.0.1
- pyparsing
- python
Expand Down

0 comments on commit 35b15c5

Please sign in to comment.