Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DSilva27 authored Apr 3, 2023
1 parent 9167281 commit e86e07a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ dependencies = [
"numpy",
"matplotlib",
"scipy",
"torchvision"
"torchvision",
"mrcfile"
]
#dynamic = ["version"]

Expand All @@ -41,4 +42,4 @@ dependencies = [
#my-script = "my_package.module:function"

# ... other project metadata fields as specified in:
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/

0 comments on commit e86e07a

Please sign in to comment.