Skip to content

Commit

Permalink
Adding setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
PietropaoloFrisoni committed Nov 1, 2024
1 parent ac9fe5e commit e134f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m ensurepip --upgrade
python -m pip install --upgrade setuptools
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install --upgrade git+https://github.com/PennyLaneAI/pennylane.git#egg=pennylane
pip install wheel pytest pytest-cov pytest-mock pytest-benchmark --upgrade
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ future==0.18.3
idna==3.3
networkx==2.6.0
ninja==1.10.2.3
numpy==1.26
numpy==1.23.5
PennyLane==0.24.0
PennyLane-Lightning==0.24.0
python-dateutil==2.8.2
Expand Down

0 comments on commit e134f42

Please sign in to comment.