Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump pyemma 2.3 #662

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions pyemma/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.2.7" %}
{% set version = "2.3" %}

package:
name: pyemma
Expand All @@ -15,37 +15,47 @@ requirements:
build:
- python
- setuptools
- cython >=0.20
- cython

- mdtraj >=1.7
- nose
- mdtraj >=1.8
- numpy x.x
- scipy

run:
- python
- setuptools
- bhmm >=0.6,<0.7
- joblib >0.8.4
- matplotlib
- mdtraj >=1.7
- mdtraj >=1.8
- mock
- funcsigs
- msmtools >=1.1.4
- thermotools >=0.2
- msmtools >=1.2
- thermotools >=0.2.3
- numpy x.x
- pyyaml
- scipy
- six
- psutil >=3.1.1
- decorator >=4.0.0
- progress_reporter
- progress_reporter >=1.3.1

test:
imports:
- pyemma
#test:
# imports:
# - pyemma

about:
home: http://emma-project.org
license: GNU Lesser Public License v3+
summary: "EMMA: Emma's Markov Model Algorithms"
summary: 'PyEMMA (EMMA = Emmas Markov Model Algorithms) is an open source Python/C package for analysis of extensive molecular dynamics simulations'
description: |
PyEMMA (EMMA = Emma's Markov Model Algorithms) is an open source Python/C package
for analysis of extensive molecular dynamics simulations.
In particular, it includes algorithms for estimation, validation and analysis of:
* Clustering and Featurization
* Markov state models (MSMs)
* Hidden Markov models (HMMs)
* Multi-ensemble Markov models (MEMMs)
* Time-lagged independent component analysis (TICA)
* Transition Path Theory (TPT)