Skip to content

Commit

Permalink
Merge pull request #325 from bdice/remove-six
Browse files Browse the repository at this point in the history
Remove six from requirements
  • Loading branch information
mattwthompson committed Mar 3, 2020
2 parents 4c3dd9a + 5d6a21a commit d79f395
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ requirements:
- python
- parmed
- networkx >=2.0
- six
- openmm
- lark-parser
- requests
Expand Down
5 changes: 2 additions & 3 deletions docs/docs-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- omnia
- mosdef
dependencies:
- python=3.7 # or 2.7
- python=3.7
- openmm
- parmed
- pip:
Expand All @@ -13,7 +13,6 @@ dependencies:
- sphinxcontrib-svg2pdfconverter
- nbsphinx
- networkx >=2.0
- six
- lark-parser
- requests
- lxml
- lxml
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ openmm
mbuild
parmed
networkx >=2.0
six
lark-parser
requests
lxml
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
openmm
parmed
networkx >=2.0
six
lark-parser
requests
lxml

0 comments on commit d79f395

Please sign in to comment.