We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32175b2 commit a589829Copy full SHA for a589829
.github/workflows/Windows_CI.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install numpy>=1.21.0
32
python -m pip install "jaxlib==0.3.14" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
33
python -m pip install https://github.com/google/jax/archive/refs/tags/jax-v0.3.14.tar.gz
34
- python -m pip install -r requirements-win.txt
+ python -m pip install -r requirements-dev.txt
35
python -m pip install tqdm brainpylib
36
python setup.py install
37
- name: Lint with flake8
requirements-dev.txt
@@ -1,5 +1,6 @@
1
--r requirements.txt
2
-
+numpy>=1.15
+jax>=0.3.0
3
+tqdm
4
numba
5
matplotlib>=3.4
6
jaxlib>=0.3.0
@@ -11,3 +12,4 @@ pillow
11
12
13
# test requirements
14
pytest
15
+absl-py
requirements-win.txt
0 commit comments