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

update stream to 0.3.5 #13568

Merged
merged 3 commits into from
Feb 9, 2019
Merged
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
10 changes: 5 additions & 5 deletions recipes/stream/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: stream
version: 0.3.4
version: 0.3.5

source:
url: https://github.com/pinellolab/STREAM/archive/v0.3.4.zip
sha256: 9754c2627f0039d9c8d2786ca75994aca72eff90003a4de9e6e65991290b3806
url: https://github.com/pinellolab/STREAM/archive/v0.3.5.zip
sha256: e42b8cea8410a068d0dd3456b0c24ee2c952e7e476b95b7ecd8e042d1c6da91c

build:
number: 0
Expand Down Expand Up @@ -60,7 +60,7 @@ requirements:
- numpy
- scipy
- scikit-learn
- matplotlib
- matplotlib=3.0.2
- seaborn
- statsmodels
- python
Expand All @@ -70,7 +70,7 @@ requirements:
- python-slugify
- shapely
- networkx=2.1
- gunicorn
- gunicorn

test:
imports:
Expand Down