Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ndem0 committed Nov 2, 2023
1 parent 723d778 commit 1c49710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
KEYWORDS = 'physics-informed neural-network'

REQUIRED = [
'numpy', 'matplotlib', 'torch', 'lightning'
'numpy', 'matplotlib', 'torch', 'lightning', 'pytorch_lightning'
]

EXTRAS = {
Expand Down

0 comments on commit 1c49710

Please sign in to comment.