From 9718015d1af5d66d5a4aa99199cf6189baf4e199 Mon Sep 17 00:00:00 2001 From: Jesse Livezey Date: Wed, 18 Oct 2023 17:21:13 -0400 Subject: [PATCH] better version hinting --- README.md | 9 +++++++++ docs/source/installation.rst | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 73447a3..6efc2c2 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,15 @@ to build from source and to run the tests and check formatting. +PyUoI has been built and tested on Python 3.9.18 with + +* numpy==1.26.1 +* h5py==3.10.0 +* scikit-learn==1.3.1 +* cython==3.0.4 +* pytest==7.4.2 +* flake8==6.1.0 + # Features PyUoI is split up into two modules, with the following UoI algorithms: diff --git a/docs/source/installation.rst b/docs/source/installation.rst index d05f75d..2bb0b9e 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -51,6 +51,15 @@ to build from source and to run the tests and check formatting. +PyUoI has been built and tested on Python 3.9.18 with + + * numpy==1.26.1 + * h5py==3.10.0 + * scikit-learn==1.3.1 + * cython==3.0.4 + * pytest==7.4.2 + * flake8==6.1.0 + Docs ^^^^