Skip to content

Commit dd4f388

Browse files
committedFeb 24, 2022
Changed the version
1 parent 3785d10 commit dd4f388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

+2-2
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)