Skip to content

Commit dd4f388

Browse files
committed
Changed the version
1 parent 3785d10 commit dd4f388

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888

8989
# Prepare the compilation of the Python Conde
9090
setup( name = "python-sscha",
91-
version = "1.0alpha4",
91+
version = "1.1",
9292
description = "Python implementation of the sscha code",
9393
author = "Lorenzo Monacelli",
9494
url = "https://github.com/mesonepigreco/python-sscha",
9595
packages = ["sscha"],
9696
package_dir = {"sscha": "Modules"},
97-
install_requires = ["numpy", "ase", "scipy", "cellconstructor", "spglib", "matplotlib"],
97+
setup_requires = ["numpy", "ase", "scipy", "cellconstructor", "spglib", "matplotlib"],
9898
ext_modules = [SCHAModules], # odd_HP
9999
scripts = ["scripts/sscha", "scripts/cluster_check.x", "scripts/plot_frequencies.py",
100100
"scripts/static-vc-relax.pyx", "scripts/read_incomplete_ensemble.py"],

0 commit comments

Comments
 (0)