Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Jul 9, 2024
1 parent 8c3ef13 commit 1777c91
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 1777c91

Please sign in to comment.