Skip to content

Commit

Permalink
Fix setup.py (#4)
Browse files Browse the repository at this point in the history
* New style to define the model

* separate ``update()`` function into three functions:

- ``before_integral()``
- ``compute_derivative()``
- ``after_integral()``

* fix bugs and add thalamus single compartment neuron model examples

* update doc

* fix setup.py
  • Loading branch information
chaoming0625 authored Jul 9, 2024
1 parent dc3f191 commit 045178f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
packages=packages,
python_requires='>=3.9',
install_requires=['numpy>=1.15', 'jax'],
url='https://github.com/chaoming0625/pydendrite',
url='https://github.com/chaoming0625/dendritex',
project_urls={
"Bug Tracker": "https://github.com/chaoming0625/pydendrite/issues",
"Documentation": "https://pydendrite.readthedocs.io/",
"Source Code": "https://github.com/chaoming0625/pydendrite",
"Bug Tracker": "https://github.com/chaoming0625/dendritex/issues",
"Documentation": "https://dendritex.readthedocs.io/",
"Source Code": "https://github.com/chaoming0625/dendritex",
},
extras_require={
'cpu': ['jaxlib'],
Expand Down

0 comments on commit 045178f

Please sign in to comment.