Skip to content

Commit

Permalink
update env file
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 committed May 29, 2024
1 parent f597e25 commit e758e75
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e758e75

Please sign in to comment.