Skip to content

Commit

Permalink
better version hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseLivezey committed Oct 18, 2023
1 parent dc03389 commit 9718015
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^

Expand Down

0 comments on commit 9718015

Please sign in to comment.