Skip to content
Snippets Groups Projects
Commit 4416d25a authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Updated dependencies.

parent d16c084b
No related branches found
No related tags found
No related merge requests found
Pipeline #1942 passed
......@@ -18,7 +18,7 @@ default:
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install .[tests]
- pip install ".[tests]"
- pip install pylint anybadge coverage
tags:
- Maths
......
......@@ -5,7 +5,7 @@ setup(
version="0.4.1",
packages=find_packages(),
install_requires=["numpy", "scipy"],
tests_require=["pytest"],
extras_require={"tests": ["pytest"]},
author="Michele Nottoli and Benjamin Stamm",
description="Tools for generating new guesses for SCF calculations.",
classifiers=[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment