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

Updated dependencies.

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