Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 26, 2022
1 parent a8d5dc8 commit 6431513
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
project_urls =
Documentation = https://neos.readthedocs.io/
Expand All @@ -41,7 +36,7 @@ install_requires =
relaxed>=0.2.0
sklearn
typing-extensions>=3.7;python_version<'3.8'
python_requires = >=3.6
python_requires = >=3.7
include_package_data = True
package_dir =
=src
Expand Down
1 change: 0 additions & 1 deletion src/neos/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

import jax.numpy as jnp
import pyhf

import relaxed

Array = jnp.ndarray
Expand Down
2 changes: 1 addition & 1 deletion src/neos/top_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import jax.numpy as jnp
import pyhf

import relaxed

from neos.losses import (
cls_value,
discovery_significance,
Expand Down

0 comments on commit 6431513

Please sign in to comment.