We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b4c31 commit 8e5ae60Copy full SHA for 8e5ae60
2 files changed
.github/workflows/deploy_gh_page.yml
@@ -18,15 +18,12 @@ jobs :
18
- name: Set up Python
19
uses: actions/setup-python@v2
20
with:
21
- python-version: '3.11'
+ python-version: '3.12'
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
pip install sphinx sphinx-gallery sphinx-book-theme
26
- pip install -r requirements.txt
27
- git clone https://gitlab.com/openmcsquare/opentps.git
28
- pip install ./opentps
29
- pip install --upgrade pip setuptools wheel
+ pip install opentps-core
30
pip install tigre[cpu] # CPU-only install if available
31
32
.gitignore
@@ -9,6 +9,7 @@ examples/**/output/
9
*.dcm
10
*.tps
11
*.png
12
+*.DS_Store
13
14
auto_community/**
15
!auto_community/**/*.ipynb
0 commit comments