Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update info #2

Merged
merged 2 commits into from
Jun 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading