Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Feb 29, 2024
1 parent c3870f3 commit da9bf7e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest taichi numba
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements-dev-raw.txt ]; then pip install -r requirements-dev-raw.txt; fi
pip uninstall brainpy -y
python setup.py install
- name: Lint with flake8
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest taichi numba
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements-dev-raw.txt ]; then pip install -r requirements-dev-raw.txt; fi
pip uninstall brainpy -y
python setup.py install
- name: Lint with flake8
Expand Down
12 changes: 12 additions & 0 deletions requirements-dev-raw.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
numpy
jax
jaxlib
matplotlib
msgpack
tqdm
pathos


# test requirements
pytest
absl-py
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ matplotlib
msgpack
tqdm
pathos
taichi
numba


# test requirements
pytest
Expand Down

0 comments on commit da9bf7e

Please sign in to comment.