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 b347c6d commit 293bb1eCopy full SHA for 293bb1e
.github/workflows/main.yml
@@ -25,9 +25,9 @@ jobs:
25
- python-version: 3.5
26
numpy: 1.11.3
27
- python-version: 3.6
28
- numpy: 1.18.1
+ numpy: 1.19
29
- python-version: 3.8
30
31
steps:
32
- uses: actions/checkout@v2
33
with:
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
PYTHONWARNINGS: ignore:DEPRECATION::pip._internal.cli.base_command
21
run: |
22
python -m pip install --upgrade pip
23
- pip install numpy==1.18.1
+ pip install numpy==1.19
24
- name: Install c++ dependencies (ubuntu)
sudo apt-get -y install libsparsehash-dev doxygen
0 commit comments