Skip to content

Commit

Permalink
update info (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 authored Jun 8, 2024
1 parent 06ce267 commit 59f8fe0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Unit-aware System for Brain Dynamics Programming
# The Unit System for Brain Dynamics Programming

<p align="center">
<img alt="Header image of brainunit." src="https://github.com/brainpy/brainunit/blob/main/docs/_static/brainunit.jpg" width=50%>
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "numpy", 'jax', 'jaxlib', 'braincore']
requires = ["setuptools", "numpy", 'jax', 'jaxlib', 'brainstate']
build-backend = "setuptools.build_meta"


Expand All @@ -17,7 +17,7 @@ universal = true

[project]
name = "brainunit"
description = "A Unit-aware System for Brain Dynamics Programming."
description = "The Unit System for Brain Dynamics Programming."
readme = 'README.md'
license = { text = 'Apache-2.0 license' }
requires-python = '>=3.9'
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies = [
'jax',
'jaxlib',
'numpy',
'braincore',
'brainstate',
]

dynamic = ['version']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
setup(
name='brainunit',
version=version,
description='A Unit-aware System for Brain Dynamics Programming',
description='The Unit System for Brain Dynamics Programming',
long_description=README,
long_description_content_type="text/markdown",
author='BrainPy Team',
Expand Down

0 comments on commit 59f8fe0

Please sign in to comment.