You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comes from PyCharm warning that the f90nml & mule dependencies are not satisfied in project requirements.
The requirements are in pyproject.toml but not setup.py. Removing setup.py fixed the warnings, indicating PyCharm confusion with having both build related files in the root dir.
This comes from PyCharm warning that the
f90nml
&mule
dependencies are not satisfied in project requirements.The requirements are in
pyproject.toml
but notsetup.py
. Removingsetup.py
fixed the warnings, indicating PyCharm confusion with having both build related files in the root dir.Tasks:
setup.py
is neededversioneer
viapyproject.toml
?The text was updated successfully, but these errors were encountered: