Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Sep 6, 2024
1 parent 771bd27 commit f4bdf83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dependencies = [
'jax',
'jaxlib',
'numpy',
'brainstate',
'brainunit',
'brainstate>=0.0.2',
'brainunit>=0.0.2.post20240903',
'diffrax',
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
jax
brainunit>=0.0.2
brainunit>=0.0.2.post20240903
brainstate>=0.0.2
diffrax
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
author_email='[email protected]',
packages=packages,
python_requires='>=3.9',
install_requires=['numpy>=1.15', 'jax', 'brainunit>=0.0.2', 'brainstate>=0.0.2', 'diffrax'],
install_requires=['numpy>=1.15', 'jax', 'brainunit>=0.0.2.post20240903', 'brainstate>=0.0.2', 'diffrax'],
url='https://github.com/chaoming0625/dendritex',
project_urls={
"Bug Tracker": "https://github.com/chaoming0625/dendritex/issues",
Expand Down

0 comments on commit f4bdf83

Please sign in to comment.