Skip to content

Commit

Permalink
bump minimum python
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux-cpp-lisp committed Apr 12, 2022
1 parent a76cb69 commit 9afb3c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.9]
python-version: [3.7, 3.9]
torch-version: [1.8.0, 1.11.0]

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Most recent change on the bottom.
### Changed
- Disallow PyTorch 1.9, which has some JIT bugs.
- `nequip-deploy build` now requires `--train-dir` option when specifying the training session
- Minimum Python version is now 3.7

### Fixed
- Better error in `Dataset.statistics` when field is missing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
description="NequIP is an open-source code for building E(3)-equivariant interatomic potentials.",
download_url="https://github.com/mir-group/nequip",
author="Simon Batzner, Albert Musealian, Lixin Sun, Mario Geiger, Anders Johansson, Tess Smidt",
python_requires=">=3.6",
python_requires=">=3.7",
packages=find_packages(include=["nequip", "nequip.*"]),
entry_points={
# make the scripts available as command line scripts
Expand Down

0 comments on commit 9afb3c1

Please sign in to comment.