Skip to content

Commit 6051e4c

Browse files
github-actions[bot]chrbrunk
authored andcommitted
release: create release-0.0.1a4 branch
1 parent 4490f30 commit 6051e4c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "mlip"
3-
version = "0.0.1a3"
4-
description = ""
3+
version = "0.0.1a4"
4+
description = "Machine Learning Interatomic Potentials in JAX"
55
license = "LICENSE"
66
authors = [
77
"InstaDeep",

tutorials/model_addition_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"!pip install mlip \"jax[cuda12]==0.4.33\"\n",
3838
"\n",
3939
"# Use this instead for installation without GPU:\n",
40-
"# !pip install mlip jax==0.4.33"
40+
"# !pip install mlip"
4141
]
4242
},
4343
{

tutorials/model_training_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"!pip install mlip \"jax[cuda12]==0.4.33\" huggingface_hub\n",
6161
"\n",
6262
"# Use this instead for installation without GPU:\n",
63-
"# !pip install mlip jax==0.4.33 huggingface_hub"
63+
"# !pip install mlip huggingface_hub"
6464
]
6565
},
6666
{

tutorials/simulation_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"!pip install mlip \"jax[cuda12]==0.4.33\" huggingface_hub git+https://github.com/jax-md/jax-md.git\n",
7070
"\n",
7171
"# Use this instead for installation without GPU:\n",
72-
"# !pip install mlip jax==0.4.33 huggingface_hub git+https://github.com/jax-md/jax-md.git"
72+
"# !pip install mlip huggingface_hub git+https://github.com/jax-md/jax-md.git"
7373
]
7474
},
7575
{

0 commit comments

Comments
 (0)