Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStarStrix committed Sep 5, 2024
2 parents 7dc6019 + 830a8e5 commit 753fba3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 158 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Pip_Update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.9'

- name: Install and update Python dependencies
run: |
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

- name: Install and update JavaScript dependencies
run: |
Expand Down
37 changes: 0 additions & 37 deletions Oracle_Solvers/Bernstein–Vazirani algorithm.py

This file was deleted.

50 changes: 0 additions & 50 deletions Oracle_Solvers/Fourier fishing and Fourier checking.py

This file was deleted.

24 changes: 0 additions & 24 deletions Oracle_Solvers/Quantum_Deutsch_Jozsa_algorithm.py

This file was deleted.

29 changes: 0 additions & 29 deletions Oracle_Solvers/Simon's_algorithm.py

This file was deleted.

20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ beautifulsoup4==4.12.3
billiard==4.2.0
blinker==1.7.0
celery==5.4.0rc1
certifi==2024.2.2
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.0
Expand Down Expand Up @@ -53,7 +53,7 @@ prompt-toolkit==3.0.43
psutil==5.9.8
pydeps==1.12.19
Pygments==2.17.2
pyparsing==3.1.2
pyparsing
python-dateutil==2.9.0.post0
pytz==2024.1
qiskit==1.0.2
Expand All @@ -62,7 +62,7 @@ qutip==5.0.0b1
requests==2.32.0
rich==13.7.1
rustworkx==0.14.1
scipy~=1.12.0
scipy
six==1.16.0
soupsieve==2.5
stdlib-list==0.10.0
Expand All @@ -72,20 +72,20 @@ sympy==1.12
tenacity==8.2.3
typing_extensions==4.10.0
tzdata==2024.1
urllib3==2.2.1
urllib3==2.2.2
vine==5.1.0
wcwidth==0.2.13
webencodings==0.5.1
Werkzeug==3.0.3
wrapt==1.16.0
yfinance~=0.2.28
zipp==3.17.0
zipp==3.19.1
zope.interface==6.2
networkx~=2.8.8
wtforms~=3.1.2
dimod~=0.10.17
tsp~=0.1.0
textblob~=0.15.3
setuptools~=69.2.0
setuptools~=70.3.0
boto3~=1.34.103
botocore~=1.34.103

0 comments on commit 753fba3

Please sign in to comment.