Skip to content

Commit 5c31cfc

Browse files
authored
Update setup.py
Bump up the version. Extended the compatible version for numba.
1 parent e8d114a commit 5c31cfc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
1515
AUTHOR = "GazzolaLab"
1616
REQUIRES_PYTHON = ">=3.5.0"
17-
VERSION = "0.2.0.post1"
17+
VERSION = "0.2.1"
1818

1919
# What packages are required for this module to be executed?
20-
REQUIRED = ["numpy>=1.19.2", "matplotlib>=3.3.2", "scipy>=1.5.2", "tqdm>=4.61.1", "numba==0.51.0"]
20+
REQUIRED = ["numpy>=1.19.2", "matplotlib>=3.3.2", "scipy>=1.5.2", "tqdm>=4.61.1", "numba>=0.51.0"]
2121

2222
# What packages are optional?
2323
EXTRAS = {
@@ -108,11 +108,11 @@ def run(self):
108108
"Intended Audience :: Science/Research",
109109
"Intended Audience :: Education",
110110
],
111-
download_url="https://github.com/GazzolaLab/PyElastica/archive/refs/tags/0.2.0.post1.tar.gz",
111+
download_url="https://github.com/GazzolaLab/PyElastica/archive/refs/tags/0.2.1.tar.gz",
112112
install_requires=REQUIRED,
113113
extras_require=EXTRAS,
114114
# $ setup.py publish support: We don't know how to use this part. We already know how to publish.!
115-
#cmdclass={
116-
# 'upload': UploadCommand,
117-
#},
115+
cmdclass={
116+
'upload': UploadCommand,
117+
},
118118
)

0 commit comments

Comments
 (0)