File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff 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
3025project_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
4540include_package_data = True
4641package_dir =
4742 =src
Original file line number Diff line number Diff line change 1010
1111import jax .numpy as jnp
1212import pyhf
13-
1413import relaxed
1514
1615Array = jnp .ndarray
Original file line number Diff line number Diff line change 1010
1111import jax .numpy as jnp
1212import pyhf
13-
1413import relaxed
14+
1515from neos .losses import (
1616 cls_value ,
1717 discovery_significance ,
You can’t perform that action at this time.
0 commit comments