diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md new file mode 100644 index 000000000..caf968c4a --- /dev/null +++ b/ACKNOWLEDGMENTS.md @@ -0,0 +1,13 @@ +# Acknowledgments + +The development of BrainPy is being or has been supported by many organizations, programs, and individuals since 2020. +The following list of support received is therefore necessarily incomplete. + + +This project has received funding from Science and Technology Innovation 2030 (China Brain Project): + +- Brain Science and Brain-inspired Intelligence Project (No. 2021ZD0200204). + +Additionally, BrainPy gratefully acknowledges the support and funding received from: + +- Beijing Academy of Artificial Intelligence. diff --git a/README.md b/README.md index 8d98ceaab..855f294d9 100644 --- a/README.md +++ b/README.md @@ -40,16 +40,13 @@ For detailed installation instructions, please refer to the documentation: [Quic - **[brainpy-examples](https://github.com/brainpy/examples)**: Comprehensive examples of BrainPy computation. - **[brainpy-datasets](https://github.com/brainpy/datasets)**: Neuromorphic and Cognitive Datasets for Brain Dynamics Modeling. -## Citing and Funding - -If you are using ``brainpy``, please consider citing [the corresponding papers](https://brainpy.readthedocs.io/en/latest/tutorial_FAQs/citing_and_publication.html). +## Citing BrainPy is developed by a team in Neural Information Processing Lab at Peking University, China. Our team is committed to the long-term maintenance and development of the project. -Moreover, the development of BrainPy is being or has been supported by Science and Technology -Innovation 2030 - Brain Science and Brain-inspired Intelligence Project (China Brain Project), -and Beijing Academy of Artificial Intelligence. +If you are using ``brainpy``, please consider citing [the corresponding papers](https://brainpy.readthedocs.io/en/latest/tutorial_FAQs/citing_and_publication.html). + ## Ongoing development plans diff --git a/requirements-dev.txt b/requirements-dev.txt index 126f0bd27..01184540a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,12 +1,11 @@ numpy -tqdm -msgpack -matplotlib>=3.4 +numba +brainpylib jax>=0.4.1 jaxlib>=0.4.1 -scipy>=1.1.0 -brainpylib -numba +matplotlib>=3.4 +msgpack +tqdm # test requirements pytest diff --git a/requirements-doc.txt b/requirements-doc.txt index d41a8cf41..d90d985e1 100644 --- a/requirements-doc.txt +++ b/requirements-doc.txt @@ -4,7 +4,6 @@ msgpack numba jax>=0.4.1 matplotlib>=3.4 -jaxlib>=0.4.1 scipy>=1.1.0 numba