Skip to content

Commit

Permalink
Removed now unnecessary requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jul 6, 2022
1 parent 1b097d8 commit 6646daa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ gipc==1.4.0

# GPhL: f90nml, mgen, and py4j are required for GPhL Workflow and emulation
py4j==0.10.9.5
mgen==1.2.0
f90nml==1.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_requirements(fname):
)
setup_requirements = []
tests_requirements = []
extras_requirements = {'gphl': ['f90nml', 'py4j', 'mgen']}
extras_requirements = {'gphl': ['f90nml', 'py4j']}
console_scripts = []
gui_scripts = []

Expand Down

0 comments on commit 6646daa

Please sign in to comment.