Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solid surfinpy josh #27

Merged
merged 13 commits into from
Feb 8, 2022
Merged

Solid surfinpy josh #27

merged 13 commits into from
Feb 8, 2022

Conversation

jstse
Copy link
Collaborator

@jstse jstse commented Feb 7, 2022

We aspire to deal with all pull requests in a timely manner. Please be patient.

Ideally pull requests will respect the underlying intrastructure of surfinpy and agree with PEP8, etc. However, please do not let this put novice programmers off contributing as we will do everything we can to help.

setup.py Outdated
@@ -23,7 +23,8 @@
license='MIT license',
packages=['surfinpy'],
zip_safe=False,
install_requires=['scipy', 'numpy', 'jupyter', 'pymatgen', 'numpy', 'matplotlib', 'coverage', 'coveralls', 'seaborn'],
python_requires='>=3.6',
install_requires=['scipy', 'numpy', 'jupyter', 'pymatgen', 'numpy', 'matplotlib', 'seaborn','pyyaml'],
Copy link
Contributor

@awvwgk awvwgk Feb 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is jupyter an actual install requirement here (see #22)? Also, you added pandas to list of dependencies in the README, which is indirectly included via seaborn, however shouldn't it be listed explicitly here?

Further the install requirements don't have version constraints, maybe worth adding them if they are in the requirements.txt which is not available via an install from PyPI.

- Removed Pandas from readme
- Removed version constraints in install
- Updated SciPy constants to use value over depreciated codata.
@jstse
Copy link
Collaborator Author

jstse commented Feb 7, 2022

Removed specific versions from requirements.txt.
Removed pandas from readme as we do not explicitly use in code
Updated code using Scipy constants to use value over depreciated codata

@jstse jstse merged commit b943e96 into symmy596:master Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants