Skip to content

Commit 635d1e2

Browse files
Merge branch 'conda_packaging' of github.com:openalea/hydroshoot into conda_packaging
2 parents a0bfb30 + 2cfbf48 commit 635d1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- alinea.astk
99
- pip
1010
- pip:
11-
- ..[test,doc]
11+
- ..[test,doc]

src/hydroshoot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__version__ = version("hydroshoot")
55
except PackageNotFoundError:
66
# package is not installed
7-
pass
7+
pass

0 commit comments

Comments
 (0)