-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements.pip
48 lines (38 loc) · 1.63 KB
/
requirements.pip
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
43
44
45
46
47
48
# *****************************************************************************
# requirements.pip
# *****************************************************************************
# Purpose:
# This file lists all the packages from the Python Packaging Index that are
# required by RAPID2, and is used by the "pip" software.
# Author:
# Cedric H. David, 2024-2024
# *****************************************************************************
# Usage
# *****************************************************************************
# sudo pip install -r requirements.pip
# *****************************************************************************
# Requirements for pip
# *****************************************************************************
# -----------------------------------------------------------------------------
# Package management
# -----------------------------------------------------------------------------
pip==23.0.1
setuptools==66.1.1
wheel==0.44.0
# -----------------------------------------------------------------------------
# Packages for code checking
# -----------------------------------------------------------------------------
flake8==7.1.1
hadolint-bin==2.12.0
mypy==1.11.2
pymarkdownlnt==0.9.24
yamllint==1.35.1
# -----------------------------------------------------------------------------
# Packages for computations
# -----------------------------------------------------------------------------
netCDF4==1.7.1.post2
numpy==2.1.1
scipy==1.14.1
# *****************************************************************************
# End
# *****************************************************************************