From f1e67303f0ce42fff1cc2b5a6a2d8e6a7c38bf1a Mon Sep 17 00:00:00 2001 From: Paolo Pegolo Date: Mon, 12 Feb 2024 16:10:47 +0100 Subject: [PATCH 1/2] Update setup.json Remove compatibility with python 3.6 --- setup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.json b/setup.json index 560d85d..cabedbf 100644 --- a/setup.json +++ b/setup.json @@ -7,11 +7,10 @@ "license": "GPL 3", "url": "https://github.com/sissaschool/sportran", "keywords": "cepstral data analysis thermal conductivity transport coefficients physics green-kubo", - "python_requires": ">=3.6, <4", + "python_requires": ">=3.7, <4", "classifiers": [ "Development Status :: 5 - Production/Stable", "Programming Language :: Python", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", From 57d9a6163e98161790d0b6095c4feac73e5d9eac Mon Sep 17 00:00:00 2001 From: Paolo Pegolo Date: Wed, 14 Feb 2024 14:22:04 +0100 Subject: [PATCH 2/2] Add emcee requirement in setup.json --- setup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.json b/setup.json index cabedbf..c391965 100644 --- a/setup.json +++ b/setup.json @@ -29,7 +29,8 @@ "scipy>=1.3.2", "matplotlib>=3.1.2", "markdown2>=2.0.0", - "pillow>=5.4.0" + "pillow>=5.4.0", + "emcee" ], "extras_require": { "pre-commit": [