diff --git a/environment.yml b/environment.yml index a6761ab..faf99a2 100644 --- a/environment.yml +++ b/environment.yml @@ -3,16 +3,11 @@ channels: - defaults - conda-forge dependencies: - - python=3.10 - - numpy==1.23.5 - - pandas==2.0.3 - - matplotlib==3.7.1 - - pip + - pip=24.0=py310hca03da5_0 + - python=3.10.14=hb885b13_1 - pip: - - optuna==3.2.0 - - torch==1.13.1+cu116 - - torch-cluster==1.6.1+pt113cu116 - - torch-geometric==2.3.1 - - torch-scatter==2.1.1+pt113cu116 - - torch-sparse==0.6.17+pt113cu116 - - torch-spline-conv==1.2.2+pt113cu116 + - matplotlib==3.9.0 + - numpy==1.26.4 + - pandas==2.2.2 + - torch==2.3.0 + - torch-geometric==2.5.3