Skip to content

Commit

Permalink
matplotlib-base not avail in pip
Browse files Browse the repository at this point in the history
  • Loading branch information
papamarkou committed Aug 23, 2021
1 parent 1a426e7 commit 824fc97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/setup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "kanga" %}
{% set version = "0.0.18" %}
{% set version = "0.0.19" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion kanga/__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,5 +1,5 @@
numpy>=1.19.2
scipy>=1.5.2
statsmodels>=0.12.0
matplotlib-base>=3.3.3
matplotlib>=3.3.3
seaborn>=0.11.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
],
keywords=['Bayesian', 'diagnostics', 'Markov chains', 'MCMC', 'Monte Carlo'],
python_requires='>=3.6',
install_requires=['numpy>=1.19.2', 'scipy>=1.5.2', 'statsmodels>=0.12.0', 'matplotlib-base>=3.3.3', 'seaborn>=0.11.0']
install_requires=['numpy>=1.19.2', 'scipy>=1.5.2', 'statsmodels>=0.12.0', 'matplotlib>=3.3.3', 'seaborn>=0.11.0']
)

0 comments on commit 824fc97

Please sign in to comment.