We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db00d commit ac2cd75Copy full SHA for ac2cd75
.github/workflows/main.yml
@@ -31,7 +31,10 @@ jobs:
31
uses: actions/checkout@v4
32
with:
33
repository: CFT-HY/pttools
34
- ref: v0.9.0
+ # A specific commit is used instead of the 0.9.0 release,
35
+ # as the release is missing some __init__.py files in the example folders,
36
+ # which prevents the example scripts from being imported.
37
+ ref: da50329beba788803ba6bee2b497a89a98bea53d
38
path: pttools
39
- name: Setup Python
40
uses: actions/setup-python@v5
msc2-python/requirements.txt
@@ -1,4 +1,4 @@
1
numpy >= 2.1.3
2
# This is how one could install PTtools without the example scripts
3
-# pttools-gw[numbalsoda,performance] == 0.9.0
+# pttools-gw[numbalsoda,performance]
4
scipy >= 1.15.1
0 commit comments