We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f82ba commit d7fda7cCopy full SHA for d7fda7c
README.md
@@ -20,7 +20,7 @@ logins = builder.build()
20
session = DSSession(logins)
21
session.open()
22
23
-# do some DataSHIELD analysis stuff
+# do some DataSHIELD analysis stuff, see examples folder
24
25
session.close()
26
```
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "datashield-opal"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = ""
5
authors = [
6
{name = "Yannick Marcon", email = "yannick.marcon@obiba.org"}
@@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
- "datashield>=0.2.0",
+ "datashield>=0.4.0",
27
"obiba_opal>=6.0.2"
28
29
0 commit comments