Skip to content

Commit

Permalink
Bump version to 1.0.0 and remove requirements.txt version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech26l committed Jun 19, 2024
1 parent 4d3414d commit 3c442c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy~=1.26.4
keras~=3.3.3
pytest~=8.2.2
numpy
keras
pytest
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

setup(
name="ncps",
version="0.0.8",
version="1.0.0",
packages=find_packages(), # include/exclude arguments take * as wildcard, . for any sub-package names
description="Neural Circuit Policies for PyTorch and Keras",
description="Neural Circuit Policies for PyTorch, Tensorflow, and Keras V3",
url="https://github.com/mlech26l/ncps",
author="Mathias Lechner",
author_email="[email protected]",
Expand All @@ -43,4 +43,4 @@
"Topic :: Scientific/Engineering",
"Topic :: Software Development",
],
)
)

0 comments on commit 3c442c4

Please sign in to comment.