Skip to content

Commit

Permalink
New version to upgrade kanga dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Aug 25, 2021
1 parent 9fb1ae9 commit 935cc76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/setup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "eeyore" %}
{% set version = "0.0.18" %}
{% set version = "0.0.19" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 735ef6454c5167855dd17c781b4c9200ef7befd8c7fbfc0f370b67d84e8bc72b
sha256: sha256-key

build:
noarch: python
Expand All @@ -19,7 +19,7 @@ requirements:
- pip
- python >=3.6
run:
- kanga >=0.0.17
- kanga >=0.0.19
- numpy >=1.19.2
- python >=3.6
- pytorch-cpu >=1.9.0
Expand Down
2 changes: 1 addition & 1 deletion eeyore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.18'
__version__ = '0.0.19'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.2
torch>=1.9.0
kanga>=0.0.17
kanga>=0.0.19
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'posterior predictive distribution'
],
python_requires='>=3.6',
install_requires=['numpy>=1.19.2', 'torch>=1.9.0', 'kanga>=0.0.17'],
install_requires=['numpy>=1.19.2', 'torch>=1.9.0', 'kanga>=0.0.19'],
package_data={'eeyore': ['data/*/x.csv', 'data/*/y.csv', 'data/*/readme.md']},
include_package_data=True,
zip_safe=False
Expand Down

0 comments on commit 935cc76

Please sign in to comment.