Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
neworderofjamie committed Dec 2, 2024
1 parent b03d8b6 commit d781b65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ml_genn/setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

setup(name="ml_genn",
version="2.2.1",
version="2.3.0",
packages=find_packages(),

python_requires=">=3.7.0",
install_requires=["pygenn>=5.0.0,<6.0.0",
install_requires=["pygenn>=5.1.0,<6.0.0",
"enum-compat",
"tqdm>=4.27.0", "deprecated"])
4 changes: 2 additions & 2 deletions ml_genn_tf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name="ml_genn_tf",
version="2.2.1",
version="2.3.0",
packages=find_packages(),

python_requires=">=3.7.0",
install_requires = [
"tensorflow<2.15.0",
"ml_genn>=2.2.1,<3.0.0"])
"ml_genn>=2.3.0,<3.0.0"])

0 comments on commit d781b65

Please sign in to comment.