Skip to content

Commit

Permalink
Merge branch 'icecube:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Oct 20, 2021
2 parents b77293c + 84ab9e8 commit 4eb0050
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Development of a GNN based IceCube / DeepCore / Upgrade reconstruction

![build](https://github.com/icecube/gnn-reco/actions/workflows/build.yml/badge.svg)
![pylint](./misc/badges/pylint.svg)
![coverage](./misc/badges/coverage.svg)
![coverage](./misc/badges/coverage.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4 changes: 2 additions & 2 deletions misc/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions misc/badges/pylint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Utility method(s)
def install(package):
subprocess.check_call([sys.executable, "-m", "pip", "install", package])
subprocess.check_call([sys.executable, "-m", "pip", "install", "--user", package])

# Requirements definitions
EXTRAS_REQUIRE = {
Expand Down Expand Up @@ -43,7 +43,7 @@ def install(package):
description='A common library for using graph neural networks (GNNs) in netrino telescopes.',
url='https://github.com/icecube/gnn-reco',
author='The IceCube Collaboration',
license='MIT',
license='Apache 2.0',
packages=find_packages(where='src'),
package_dir={'': 'src'},
install_requires=INSTALL_REQUIRES,
Expand Down

0 comments on commit 4eb0050

Please sign in to comment.