Skip to content

Commit 950774a

Browse files
setup.py: update url
1 parent 392cf4b commit 950774a

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
@@ -132,8 +132,8 @@ def build_extension(self, ext):
132132
# cmdclass=dict(build_ext=CMakeBuild),
133133
cmdclass=versioneer.get_cmdclass(dict(build_ext=CMakeBuild)),
134134
zip_safe=False,
135-
url='https://git.noc.ruhr-uni-bochum.de/atomicclusterexpansion/pyace',
136-
install_requires=['numpy', 'ase', 'pandas>=1.2.2', 'ruamel.yaml'],
135+
url='https://github.com/ICAMS/python-ace',
136+
install_requires=['numpy', 'ase', 'pandas', 'ruamel.yaml'],
137137
classifiers=[
138138
'Programming Language :: Python :: 3',
139139
],

0 commit comments

Comments
 (0)