Skip to content

Commit 07971c2

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

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center">
22
<img src="nbs/assets/neos_logo.png" alt="neos logo" width="125"><br>
33
neural end-to-end-optimised summary statistics
4-
4+
55
<br>
66
<a href="https://arxiv.org/abs/2203.05570">arxiv.org/abs/2203.05570</a>
77
<br>

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

0 commit comments

Comments
 (0)