Skip to content

Commit

Permalink
Remove python2 support from CI, _six, etc. (#370)
Browse files Browse the repository at this point in the history
* Remove python2 step 1

* badge

* Delete _six.py
  • Loading branch information
zasdfgbnm authored and farhadrgh committed Nov 7, 2019
1 parent ae2497d commit 89ff3b4
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 54 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/python2.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Checks:

[![Actions Status](https://github.com/aiqm/torchani/workflows/docs/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/flake8/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/python2/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/runnable%20submodules/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/tools/badge.svg)](https://github.com/aiqm/torchani/actions)
[![Actions Status](https://github.com/aiqm/torchani/workflows/unit%20tests/badge.svg)](https://github.com/aiqm/torchani/actions)
Expand Down
6 changes: 0 additions & 6 deletions ci/install_dependencies_python2.sh

This file was deleted.

5 changes: 0 additions & 5 deletions torchani/_six.py

This file was deleted.

2 changes: 0 additions & 2 deletions torchani/aev.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from __future__ import division
import torch
from . import _six # noqa:F401
import math
from typing import Tuple, Optional

Expand Down
1 change: 0 additions & 1 deletion torchani/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
https://wiki.fysik.dtu.dk/ase
"""

from __future__ import absolute_import
import torch
from .nn import Sequential
import ase.neighborlist
Expand Down
1 change: 0 additions & 1 deletion torchani/neurochem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import itertools
import math
import timeit
from . import _six # noqa:F401
import collections
import sys
from ..nn import ANIModel, Ensemble, Gaussian, Sequential
Expand Down
5 changes: 0 additions & 5 deletions torchani/neurochem/_six.py

This file was deleted.

0 comments on commit 89ff3b4

Please sign in to comment.