Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Becksteinlab/GromacsWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 16, 2023
2 parents feebcd6 + e2a757c commit f423a94
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
12 changes: 7 additions & 5 deletions readthedocs.yml → .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@

version: 2

build:
os: "ubuntu-22.04"
tools:
python: "3.11"

sphinx:
configuration: doc/sphinx/source/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
formats: all


python:
version: 3.6
install:
- method: pip
path: .
- requirements: ci/requirements.txt
system_packages: true
- requirements: ci/readthedocs/requirements.txt

conda:
environment: ci/environment.yml
environment: ci/readthedocs/environment.yml
2 changes: 1 addition & 1 deletion ci/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- numpy>=1.0
- matplotlib
- pandas>=0.17
- numkit
- numkit>=1.0
4 changes: 2 additions & 2 deletions ci/environment.yml → ci/readthedocs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gw
channels:
- bioconda
- conda-forge
dependencies:
- gromacs
- gromacs==2023.1
6 changes: 6 additions & 0 deletions ci/readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
six
numpy>=1.0
matplotlib
pandas
numkit>=1.0

2 changes: 0 additions & 2 deletions ci/requirements.txt

This file was deleted.

0 comments on commit f423a94

Please sign in to comment.