diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000000000000000000000000000000000000..4ca3bd590fcab52a992fe8b771bd80a5f5c7aeb8
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,13 @@
+name: courseML_phd2023
+channels:
+  - conda-forge
+dependencies:
+  - jupyterlab
+  - numpy
+  - pandas
+  - scikit-learn
+  - optuna
+  - matplotlib
+  - plotly
+  - ipywidgets
+  - seaborn