Upload files to "konfiguracja"

This commit is contained in:
Michał Kasprowicz 2025-09-16 18:34:25 +00:00
parent 5a20b7fb04
commit 20005858ee
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,25 @@
name: MK_QSVM
channels:
- conda-forge
- defaults
dependencies:
- python=3.9
- numpy=1.24.3
- pandas=2.0.3
- scikit-learn=1.3.0
- scipy=1.11.1
- matplotlib=3.7.2
- seaborn=0.12.2
- jupyter=1.0.0
- ipykernel=6.25.0
- pip=23.2.1
- pip:
- qiskit==0.44.1
- qiskit-aer==0.12.2
- qiskit-machine-learning==0.6.0
- dimod==0.12.8
- umap-learn==0.5.3
- plotly==5.16.1
- kaleido==0.2.1
- tqdm==4.66.1
- psutil==5.9.5

View File

@ -0,0 +1,18 @@
numpy==1.24.3
pandas==2.0.3
scikit-learn==1.3.0
scipy==1.11.1
matplotlib==3.7.2
seaborn==0.12.2
qiskit==0.44.1
qiskit-aer==0.12.2
qiskit-machine-learning==0.6.0
dimod==0.12.8
# dwave-neal==0.5.1 # Usunięte z powodu konfliktów z numpy
umap-learn==0.5.3
plotly==5.16.1
kaleido==0.2.1
tqdm==4.66.1
psutil==5.9.5
jupyter==1.0.0
ipykernel==6.25.0