Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Update for simphony-metaparser release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoborini committed Feb 16, 2017
1 parent 58f6beb commit 62607c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/simphony/simphony-metaparser.git@master#egg=simphony_metaparser
git+https://github.com/simphony/simphony-metaparser.git@0.2.0#egg=simphony_metaparser
click >= 3.3
pyyaml >= 3.11
sphinx >= 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def write_version_py(filename=None):
extras_require={
'H5IO': ["tables>=3.1.1"],
'CUBAGen': [
"simphony_metaparser >= 0.1.0",
"simphony_metaparser >= 0.2.0",
"click >= 3.3",
"pyyaml >= 3.11"
]},
Expand Down

0 comments on commit 62607c1

Please sign in to comment.