Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Nov 7, 2024
1 parent 2e47a28 commit 1976abd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies = [
'jax',
'jaxlib',
'numpy',
'typing_extensions',
]

dynamic = ['version']
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
jax
jaxlib
typing_extensions

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
author_email='chao.brain@qq.com',
packages=packages,
python_requires='>=3.9',
install_requires=['numpy>=1.15', 'jax'],
install_requires=['numpy>=1.15', 'jax', 'typing_extensions'],
url='https://github.com/chaoming0625/brainunit',
project_urls={
"Bug Tracker": "https://github.com/chaoming0625/brainunit/issues",
Expand Down

0 comments on commit 1976abd

Please sign in to comment.