From 07971c25635faa567b789115ffea41be0c5e268c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:29:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- setup.cfg | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ba8ab3..f886487 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
neural end-to-end-optimised summary statistics
-
+
arxiv.org/abs/2203.05570
diff --git a/setup.cfg b/setup.cfg
index e783631..7e5cfff 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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/
@@ -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