Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon committed Sep 26, 2024
1 parent 6fbb45f commit 662bbc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
3 changes: 0 additions & 3 deletions neurots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,10 @@
Synthesis of artificial neurons using their topological profiles package.
"""

<<<<<<< before updating
# Copyright (C) 2021-2024 Blue Brain Project, EPFL
#
# SPDX-License-Identifier: Apache-2.0

=======
>>>>>>> after updating
import importlib.metadata

from neurots.astrocyte.grower import AstrocyteGrower # noqa
Expand Down
15 changes: 3 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
"""Setup for the NeuroTS package."""

<<<<<<< before updating
# Copyright (C) 2021-2024 Blue Brain Project, EPFL
#
# SPDX-License-Identifier: Apache-2.0

=======
>>>>>>> after updating
from pathlib import Path

from setuptools import find_namespace_packages
Expand Down Expand Up @@ -37,20 +34,14 @@
test_reqs = [
"dictdiffer>=0.5",
"mock>=3",
<<<<<<< before updating
"morph-tool>=2.9",
"pytest>=6",
"pytest-cov>=3",
"pytest-html>=2",
"pytest-xdist>=2",
"tqdm>=4.8.4",
=======
"pytest>=6.1",
"pytest-click>=1.1",
"pytest-console-scripts>=1.4",
"pytest-cov>=4.1",
"pytest-html>=3.2",
>>>>>>> after updating
"pytest-xdist>=2",
"morph-tool>=2.9",
"tqdm>=4.8.4",
]

setup(
Expand Down

0 comments on commit 662bbc4

Please sign in to comment.