Skip to content

Commit 6431513

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a8d5dc8 commit 6431513

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

setup.cfg

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ classifiers =
2121
Programming Language :: Python
2222
Programming Language :: Python :: 3
2323
Programming Language :: Python :: 3 :: Only
24-
Programming Language :: Python :: 3.6
25-
Programming Language :: Python :: 3.7
26-
Programming Language :: Python :: 3.8
27-
Programming Language :: Python :: 3.9
28-
Programming Language :: Python :: 3.10
2924
Topic :: Scientific/Engineering
3025
project_urls =
3126
Documentation = https://neos.readthedocs.io/
@@ -41,7 +36,7 @@ install_requires =
4136
relaxed>=0.2.0
4237
sklearn
4338
typing-extensions>=3.7;python_version<'3.8'
44-
python_requires = >=3.6
39+
python_requires = >=3.7
4540
include_package_data = True
4641
package_dir =
4742
=src

src/neos/losses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import jax.numpy as jnp
1212
import pyhf
13-
1413
import relaxed
1514

1615
Array = jnp.ndarray

src/neos/top_level.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
import jax.numpy as jnp
1212
import pyhf
13-
1413
import relaxed
14+
1515
from neos.losses import (
1616
cls_value,
1717
discovery_significance,

0 commit comments

Comments
 (0)