From 2ea3c89b5b1255fdd02039d290a4ba5886f21413 Mon Sep 17 00:00:00 2001 From: Theodore Papamarkou Date: Fri, 20 Aug 2021 11:18:40 +0100 Subject: [PATCH] Changed version in init --- eeyore/__init__.py | 2 +- installation/meta.yaml | 2 +- installation/requirements.txt | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eeyore/__init__.py b/eeyore/__init__.py index b47451b..d9fc5d6 100644 --- a/eeyore/__init__.py +++ b/eeyore/__init__.py @@ -1 +1 @@ -__version__ = '0.0.17' +__version__ = '0.0.18' diff --git a/installation/meta.yaml b/installation/meta.yaml index 47b16aa..37f21a5 100644 --- a/installation/meta.yaml +++ b/installation/meta.yaml @@ -1,5 +1,5 @@ {% set name = "eeyore" %} -{% set version = "0.0.17" %} +{% set version = "0.0.18" %} package: name: "{{ name|lower }}" diff --git a/installation/requirements.txt b/installation/requirements.txt index 741ec00..e4f439e 100644 --- a/installation/requirements.txt +++ b/installation/requirements.txt @@ -1,4 +1,3 @@ numpy>=1.19.2 -torch @ https://download.pytorch.org/whl/cpu/torch-1.7.0%2Bcpu-cp37-cp37m-linux_x86_64.whl -torchdiffeq>=0.1.1 +torch @ https://download.pytorch.org/whl/cpu/torch-1.9.0%2Bcpu-cp37-cp37m-linux_x86_64.whl kanga>=0.0.17