Skip to content

Commit

Permalink
Update version in docs (#57)
Browse files Browse the repository at this point in the history
* removed no longer used package imports

* Update Python version requirement to >=3.9
  • Loading branch information
shinkle-lanl authored Jan 22, 2024
1 parent 273c637 commit c2ed26c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requirements
^^^^^^^^^^^^

Requirements:
* Python_ >= 3.7
* Python_ >= 3.9
* pytorch_ >= 1.9
* numpy_
Optional Dependencies:
Expand Down
2 changes: 0 additions & 2 deletions hippynn/layers/pairs/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import numpy as np
from scipy.spatial import KDTree
import torch
import os
from datetime import datetime

from .open import PairMemory

Expand Down

0 comments on commit c2ed26c

Please sign in to comment.