Skip to content

Commit

Permalink
prep for v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmurbach committed Apr 29, 2020
1 parent 576f51f commit a635760
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python

python:
- "3.7"
- "3.6"

services:
- xvfb
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ See [Getting started with impedance.py](https://impedancepy.readthedocs.io/en/la

impedance.py requires:

- Python (>=3.7)
- Python (>=3.6)
- SciPy (>=1.0)
- NumPy (>=1.14)
- Matplotlib (>=3.0)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
version="1.0.0",
author="impedance.py developers",
author_email="matt.murbach@gmail.com",
description="A package for analyzing with electrochemical impedance data",
description="A package for analyzing electrochemical impedance data",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://impedancepy.readthedocs.io/en/latest/",
packages=setuptools.find_packages(),
python_requires="~=3.7",
python_requires="~=3.6",
install_requires=['altair>=3.0', 'matplotlib>=3.0',
'numpy>=1.14', 'scipy>=1.0'],
classifiers=(
Expand Down

0 comments on commit a635760

Please sign in to comment.