Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dizcza committed Nov 13, 2020
1 parent 76bd3aa commit 33f003d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
neo>=0.8.0
elephant @ git+git://github.com/NeuralEnsemble/elephant.git#egg=elephant[extras]
numpy>=1.10.1
neo>=0.9.0
elephant[extras]>=0.9.0
numpy>=1.18.1
quantities>=0.12.1
six>=1.10.0
matplotlib>=3.0.3
matplotlib>=3.3.2
seaborn>=0.9.0
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
long_description = f.read()
with open('requirements/requirements.txt') as fp:
install_requires = fp.read()
extras_require = {}
for extra in ['docs']:
with open('requirements/requirements-{0}.txt'.format(extra)) as fp:
extras_require[extra] = fp.read()


setup(
Expand All @@ -24,7 +20,6 @@
packages=['viziphant'],
include_package_data=True,
install_requires=install_requires,
extras_require=extras_require,
author="Viziphant authors and contributors",
author_email="[email protected]",
description="Viziphant is a package for the visualization of the analysis"
Expand Down
2 changes: 1 addition & 1 deletion viziphant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.1.0

0 comments on commit 33f003d

Please sign in to comment.