Skip to content

Commit

Permalink
remove 'pint'
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Mar 8, 2024
1 parent ff87089 commit 6092afa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
numpy
jax
tqdm
pint
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
author_email='[email protected]',
packages=packages,
python_requires='>=3.9',
install_requires=['numpy>=1.15', 'jax>=0.4.13', 'tqdm', 'pint'],
install_requires=['numpy>=1.15', 'jax>=0.4.13', 'tqdm'],
url='https://github.com/brainpy/BrainPy',
project_urls={
"Bug Tracker": "https://github.com/brainpy/BrainPy/issues",
Expand Down

0 comments on commit 6092afa

Please sign in to comment.