Skip to content

Commit 0f37a44

Browse files
committed
release 1.0.37
1 parent e8ed433 commit 0f37a44

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
project = 'ionerdss'
1717
copyright = '2025, Margaret Johnson Lab, Johns Hopkins University'
1818
author = 'Margaret Johnson Lab, Johns Hopkins University'
19-
release = '1.0.36'
19+
release = '1.0.37'
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
setup(
1212
name="ioNERDSS",
13-
version="1.0.36",
14-
requires=["python (>=3.6)"],
13+
version="1.0.37",
14+
requires=["python (>=3.8)"],
1515
description="Package for analysing NERDSS inputs and outputs.",
1616
long_description="A python package for analysing inputs and outputs for NERDSS simulator, including generating input files for Platonic solids and output visualization, etc.",
1717
url="",
1818
author="Zixiu (Hugh) Liu",
1919
author_email="[email protected]",
2020
license="GPL-3.0",
2121
classifiers=classifiers,
22-
keywords="NERDSS Simulation, Analysis Tools",
22+
keywords="NERDSS Simulation, Model Setup, Analysis Tools",
2323
packages=find_packages(),
2424
install_requires=[
2525
"numpy",
@@ -31,5 +31,10 @@
3131
"pyqtgraph",
3232
"PyOpenGL",
3333
"biopython",
34+
"scipy",
35+
"scikit-learn",
36+
"requests",
37+
"nglview",
38+
"ipympl",
3439
],
3540
)

0 commit comments

Comments
 (0)