-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
42 lines (37 loc) · 1.29 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# =============================================================================
# DEPRECATION WARNING:
#
# The file `requirements.txt` does not influence the package dependencies and
# will not be automatically created in the next version of PyScaffold (v4.x).
#
# Please have look at the docs for better alternatives
# (`Dependency Management` section).
# =============================================================================
#
# Add your pinned requirements so that they can be easily installed with:
# pip install -r requirements.txt
# Remember to also add them in setup.cfg but unpinned.
# Example:
# numpy==1.13.3
# scipy==1.0
# Export installed requirements to requirements.txt:
# pip3 freeze > requirements.txt
# Engine1
-r ./src/IHEWAengine/engine1/ETmonitor/requirements.txt
-r ./src/IHEWAengine/engine1/MODFLOW/requirements.txt
-r ./src/IHEWAengine/engine1/PCRaster/requirements.txt
-r ./src/IHEWAengine/engine1/SurfWAT/requirements.txt
-r ./src/IHEWAengine/engine1/SWATp/requirements.txt
-r ./src/IHEWAengine/engine1/WaterPix/requirements.txt
-r ./src/IHEWAengine/engine1/Wflow/requirements.txt
# Engine2
-r ./src/IHEWAengine/engine2/Hyperloop/requirements.txt
jupyterlab==1.1.4
numpy>=1.18
pandas>=0.20
netCDF4>=1.5
PyYAML>=5.1
scipy>=1.0
quantities>=0.12
scikit-image>=0.15
sphinx_rtd_theme