Skip to content

Commit

Permalink
py-tns -> 1.0.8 (spack#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenius7 committed Mar 4, 2019
1 parent 3f6ef72 commit 7789f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ class PlacementAlgorithm(PythonPackage):
depends_on('py-tqdm@4.0:', type='run')
depends_on('py-voxcell@2.5:', type='run')

depends_on('py-region-grower@0.1.0:', type='run')
depends_on('py-region-grower@0.1.1:', type='run')
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ class PyRegionGrower(PythonPackage):

depends_on('py-click@7.0:', type='run')
depends_on('py-tqdm@4.0:', type='run')
depends_on('py-tns@1.0.6:', type='run')
depends_on('py-tns@1.0.8:', type='run')
depends_on('py-voxcell@2.5:', type='run')
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-tns/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PyTns(PythonPackage):
git = "ssh://bbpcode.epfl.ch/molecularsystems/TNS"

version('develop', branch='master')
version('1.0.7', tag='tns-v1.0.7', preferred=True)
version('1.0.8', tag='tns-v1.0.8', preferred=True)

depends_on('py-setuptools', type='build')

Expand Down

0 comments on commit 7789f8a

Please sign in to comment.