Skip to content

Commit 76a0be1

Browse files
committed
Add numpy as req in setup.cfg
This should have been added in 0.3.0, with the compiling subpackage. It has been (and probably will be) fine as a transitive dependency from OpenPathSampling. But there's no reason to do best practices.
1 parent 966a4d6 commit 76a0be1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ python_requires = >= 3.10
2222
install_requires =
2323
click
2424
tqdm
25+
numpy
2526
openpathsampling >= 1.6
2627
packages = find:
2728

0 commit comments

Comments
 (0)