Skip to content

Commit ab84fae

Browse files
committed
Merge branch 'master' of github.com:csiro-hydroinformatics/hydrodiy
2 parents 273b1b3 + bdd7fd6 commit ab84fae

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
hydrodiy
22
========
3+
|Build hydrodiy|
4+
5+
.. |Build hydrodiy| image:: https://github.com/csiro-hydroinformatics/hydrodiy/actions/workflows/python-package-conda.yml/badge.svg :target: https://github.com/csiro-hydroinformatics/hydrodiy/actions/workflows/python-package-conda.yml
36

47
Python toolbox for hydrological data processing.
58

env_mini.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,17 @@ channels:
44
- defaults
55
dependencies:
66
- cython=0.29.32
7-
- ipython
87
- matplotlib=3.5.3
98
- numpy=1.23.2
109
- pandas=1.4.3
1110
- pip
12-
- pyepsg
13-
- pyproj
14-
- pyshp
15-
- pytest
11+
- pyproj=3.4.0
12+
- pyshp=2.3.1
13+
- pytest=7.2.0
1614
- pytest-cov
1715
- python=3.10.6
18-
- requests
16+
- requests=2.28.1
1917
- scipy=1.9.0
20-
- tqdm
21-
- zarr=2.12.0
2218
- pip:
2319
- versioneer
2420
- pytest-allclose

0 commit comments

Comments
 (0)