Skip to content

Commit

Permalink
Changed version in init
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Aug 20, 2021
1 parent 0956fdb commit 2ea3c89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eeyore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.17'
__version__ = '0.0.18'
2 changes: 1 addition & 1 deletion installation/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "eeyore" %}
{% set version = "0.0.17" %}
{% set version = "0.0.18" %}

package:
name: "{{ name|lower }}"
Expand Down
3 changes: 1 addition & 2 deletions installation/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2ea3c89

Please sign in to comment.