Skip to content

Commit

Permalink
Small infrastructure fixes (#56)
Browse files Browse the repository at this point in the history
* Require a recent nox

* Pull rust >= 1.65 when using it for rascaline
  • Loading branch information
Luthaf authored Apr 5, 2024
1 parent 1c15ffd commit c2dcd2f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/gaas-map/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.11
- pip
- rust
- rust >=1.65
- pip:
- ase
- chemiscope
Expand Down
2 changes: 1 addition & 1 deletion examples/lode-linear/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.11
- pip
- rust
- rust >=1.65
- pip:
- ase
- equisolve @ git+https://github.com/lab-cosmo/equisolve.git@c858bedef4b2799eb445e4c92535ee387224089a
Expand Down
2 changes: 1 addition & 1 deletion examples/lpr/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.11
- pip
- rust
- rust >=1.65
- pip:
- ase
- chemiscope
Expand Down
2 changes: 1 addition & 1 deletion examples/roy-gch/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.11
- pip
- rust
- rust >=1.65
- pip:
- ase
- chemiscope
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-selection/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- python=3.11
- pip
- rust
- rust >=1.65
- pip:
- ase
- chemiscope
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


# global nox options
nox.needs_version = ">=2024"
nox.options.reuse_venv = "yes"
nox.options.sessions = ["lint", "docs"]

Expand Down

0 comments on commit c2dcd2f

Please sign in to comment.