From ab2a55ac08a628249b14e84269b5a054c0d3aa73 Mon Sep 17 00:00:00 2001 From: RJMW Date: Sun, 10 May 2020 20:20:05 +0100 Subject: [PATCH] Update project files --- README.rst | 4 ++-- environment.yml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 8431cf1..5a8dde0 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,8 @@ will help you to make the PR if you are new to `git`. Developers & Contributors ------------------------- - - Ralf J. M. Weber (r.j.weber@bham.ac.uk) - `University of Birmingham (UK) `_ - - Thomas N. Lawson (tnl495@bham.ac.uk) - `University of Birmingham (UK) `_ + - Ralf J. M. Weber (r.j.weber@bham.ac.uk) - `University of Birmingham (UK) `__ + - Thomas N. Lawson (more) - `University of Birmingham (UK) `__ License diff --git a/environment.yml b/environment.yml index b636d78..0926b69 100644 --- a/environment.yml +++ b/environment.yml @@ -4,8 +4,8 @@ channels: - bioconda - computational-metabolomics dependencies: - - dimspy ==2.0.0a1 + - dimspy ==2.0.0 - networkx ==2.4 - - requests ==2.22.0 + - requests diff --git a/requirements.txt b/requirements.txt index f3b2ab6..6f736f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -dimspy +dimspy==2.0.0 networkx==2.4 -requests==2.22.0 \ No newline at end of file +requests \ No newline at end of file