Skip to content

Commit 64f15a0

Browse files
Merge pull request #29 from Quantum-Software-Development/FabianaCampanari-patch-3
Update requirements.txt
2 parents 989d1a7 + 49ff6de commit 64f15a0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
numpy==1.22.0
3-
pandas==1.3.3
4-
scipy==1.7.1
5-
statsmodels==0.13.1
6-
matplotlib==3.4.3
7-
seaborn==0.11.2
8-
scikit-learn==1.5.0
9-
gpytorch
10-
bayesian-optimization
11-
jupyter
2+
numpy==1.22.0
3+
pandas==1.3.3
4+
scipy==1.7.1
5+
statsmodels==0.13.1
6+
matplotlib==3.4.3
7+
seaborn==0.11.2
8+
scikit-learn==1.5.0
9+
gpytorch==1.6.0 # Specify version, check latest available
10+
bayesian-optimization==1.2.0 # Specify version, check latest available
11+
jupyter==1.0.0

0 commit comments

Comments
 (0)