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

Simplify the installation #2

Closed
wants to merge 3 commits into from
Closed

Simplify the installation #2

wants to merge 3 commits into from

Conversation

jan-janssen
Copy link
Member

Combine all dependencies in one environment:

conda env create -n hippynn -f environment.yml 

Combine all dependencies in one environment: 
```
conda env create -n hippynn -f environment.yml 
```
@lubbersnick
Copy link
Collaborator

This is a good direction, thank you.

Let's specify minimal version numbers instead of exact.version info hippynn also doesn't require cudatoolkit; pytorch requires it for GPUs but it is an optional dependency of pytorch.

Lastly, PR should include update to docs & readme.

- ase
- pytorch =*=cuda*
- numpy
- matplotlib
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
- matplotlib

This pull request was closed.
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