Skip to content

Commit

Permalink
update requirements (#620)
Browse files Browse the repository at this point in the history
* update requirements

* update requirements

* [fix] Fix bugs

* Update test_ModifyLr.py

* fix test bugs

* Update random.py

* close windows tests again due to its strange bugs

* update

* Update random.py

---------

Co-authored-by: He Sichao <[email protected]>
  • Loading branch information
chaoming0625 and Routhleck authored Feb 16, 2024
1 parent bef701b commit df04a81
Show file tree
Hide file tree
Showing 11 changed files with 1,596 additions and 1,443 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
# strategy:
# fail-fast: false
# matrix:
# python-version: ["3.8", "3.9", "3.10", "3.11"]
# python-version: ["3.9", "3.10", "3.11"]
#
# steps:
# - uses: actions/checkout@v4
Expand All @@ -168,11 +168,7 @@ jobs:
# run: |
# python -m pip install --upgrade pip
# python -m pip install flake8 pytest
# python -m pip install numpy>=1.21.0
# python -m pip install "jaxlib==0.4.11" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
# python -m pip install jax==0.4.11
# python -m pip install -r requirements-dev.txt
# python -m pip install tqdm brainpylib
# pip uninstall brainpy -y
# python setup.py install
# - name: Lint with flake8
Expand Down
Loading

0 comments on commit df04a81

Please sign in to comment.