forked from openpathsampling/openpathsampling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
57 lines (55 loc) · 1.62 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[metadata]
name = openpathsampling
version = 1.7.1.dev0
description = A Python package for path sampling simulations
long_description = file: README.md
long_description_content_type = text/markdown
author = David W.H. Swenson, Jan-Hendrik Prinz, John D. Chodera, and Peter G. Bolhuis
author_email = [email protected]
license = MIT
url = https://github.com/openpathsampling/openpathsampling
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Chemistry
Topic :: Scientific/Engineering :: Physics
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
[options]
include_package_data = True
python_requires = >=3.10
install_requires =
future
psutil
numpy<2.0
scipy
pandas
netcdf4
svgwrite
networkx
matplotlib
ujson>=4.0.2
dill
sqlalchemy>=1.4.1
mdtraj
# mdtraj is not technically required, but we co-package it because it is
# required for many integrations with other packages
# dill and sqlalchemy are technically only required for Python 3.11+, but
# we'll include them for all Python versions
packages = find_namespace:
[options.extras_require]
test =
pytest
pytest-cov
coveralls
nbval>=0.10.0
simstore =
# simstore requirements have been moved to main