Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Use pre-build builds for equistore and rascaline
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Jul 12, 2023
1 parent 5fdd26b commit 0ea1190
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ version: 2
# Set the version of Python and other tools we need
build:
os: ubuntu-22.04
apt_packages:
- cmake
tools:
python: "3.10"
rust: "1.61"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
Empty file added =0.7,
Empty file.
8 changes: 1 addition & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
ase
matplotlib
furo
# Since the equistore version hash in rascaline might be two old for equisolve,
# we load a specific branch that has the same equistore hash as we are using
# here.
#
# When we update the equistore hash here we ALSO have to update the hash
# in the rascaline branch!
rascaline @ https://github.com/luthaf/rascaline/archive/9c2eb78.zip
rascaline
sphinx >=4.4
sphinx-gallery
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ keywords = [
requires-python = ">=3.7"

dependencies = [
"equistore @ https://github.com/lab-cosmo/equistore/archive/c022fde.zip",
"equistore",
"numpy",
"scipy",
"skmatter"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ envlist =
lint_folders = {toxinidir}/examples {toxinidir}/src {toxinidir}/tests

[testenv]
setenv =
PIP_EXTRA_INDEX_URL=https://luthaf.fr/nightly-wheels/

[testenv:tests]
# this environement runs Python tests
Expand Down

0 comments on commit 0ea1190

Please sign in to comment.