Skip to content

Commit

Permalink
Remove periodictable
Browse files Browse the repository at this point in the history
  • Loading branch information
fuodorov committed Aug 7, 2024
1 parent da16df7 commit 363b497
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions redpic/constants/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from collections import namedtuple

import numpy as np
import periodictable
from scipy import constants as scipy_constants

__all__ = [
Expand Down Expand Up @@ -64,7 +63,3 @@
proton = Element(name="proton", symbol="p", mass=m_p, charge=e)
antiproton = Element(name="antiproton", symbol="p-", mass=m_p, charge=-e)
Particle = Element

# Get mass of each element from periodictable
elements = periodictable.core.default_table()
__all__ += periodictable.core.define_elements(elements, globals())
1 change: 0 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ kenv>=0.3.0.3
numba>=0.59.1
numpy>=1.26.0
pandas>=2.0.3
periodictable>=1.6.1
scipy>=1.11.2
setuptools>=65.5.1

0 comments on commit 363b497

Please sign in to comment.