Skip to content
Snippets Groups Projects
Commit 234e6d82 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

fix(py-tvb-multiscale): version identifier non-pep440-compliant

parent 68a732aa
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ class PyTvbMultiscale(PythonPackage):
version('2.1.0.ebrains', sha256='eab51e235f565cffbf300daa4b7c65a7afacde149e2eda0f49437db3c2429253')
patch('tvb-multiscale-2.1.0-version-pep440.patch', when='@2.1.0.ebrains')
# python_requires
depends_on('python@3.8:3.10', type=('build', 'run'))
......
diff --git a/setup.py b/setup.py
index 4359f2c0..2e00e648 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ import shutil
import setuptools
-VERSION = "2.1.0."
+VERSION = "2.1.0"
INSTALL_REQUIREMENTS = ["pandas", "xarray", "elephant", "pyspike", "dill", "ANNarchy", "neuron", "netpyne", "ray"]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment