Skip to content

Commit 0f00bd1

Browse files
authored
Ensure recent pynml/neuromllite
1 parent 5e7c9da commit 0f00bd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers =
2626
Programming Language :: Python :: 3.10
2727
Programming Language :: Python :: 3.11
2828
Programming Language :: Python :: 3.12
29+
Programming Language :: Python :: 3.13
2930
Topic :: Scientific/Engineering
3031
Topic :: Software Development
3132
Typing :: Typed
@@ -44,7 +45,7 @@ install_requires =
4445
typing_compat;python_version<'3.8'
4546

4647

47-
python_requires = >=3.7
48+
python_requires = >=3.8
4849
include_package_data = True
4950
package_dir =
5051
=src
@@ -83,8 +84,8 @@ docs =
8384

8485
dev =
8586
flake8
86-
pyneuroml>=0.7.2
87-
NeuroMLlite>=0.5.3
87+
pyneuroml>=1.3.15
88+
NeuroMLlite>=0.6.1
8889
python-libsbml
8990
modelspec[test]
9091
pre-commit

0 commit comments

Comments
 (0)