Skip to content

Commit

Permalink
Add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent 70aa911 commit e22332f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- pandas
- pip
- pyg::pyg
- pytest
- pytorch::pytorch
- pytorch::pytorch-cuda=11.7
- scikit-learn
Expand Down
3 changes: 2 additions & 1 deletion environment_apple_silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ dependencies:
- numpy
- pandas
- pip
- pytorch::pytorch
- pytest
- python
- pytorch::pytorch
- scikit-learn
- pip:
- torch_geometric
Expand Down

0 comments on commit e22332f

Please sign in to comment.