Skip to content

Commit 7016000

Browse files
committed
Merge branch 'main' of github.com:openpathsampling/openpathsampling-cli into tis-compiling
2 parents 6ac1b0a + e996e00 commit 7016000

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

paths_cli/compat/__init__.py

Whitespace-only changes.

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = openpathsampling-cli
3-
version = 0.3.1.dev0
3+
version = 0.3.2.dev0
44
# version should end in .dev0 if this isn't to be released
55
description = Command line tool for OpenPathSampling
66
long_description = file: README.md
@@ -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)