-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.pip
43 lines (34 loc) · 1.4 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
#*******************************************************************************
#requirements.pip
#*******************************************************************************
#Purpose:
#This file lists all the packages from the Python Packaging Index that are
#required by meandrs-width-sampling, and is used by the "pip" software.
#Author:
#Jeffrey Wade
#*******************************************************************************
#Usage
#*******************************************************************************
#sudo pip install -r requirements.pip
#*******************************************************************************
#Requirements for pip
#*******************************************************************************
#-------------------------------------------------------------------------------
#Package management
#-------------------------------------------------------------------------------
pip==23.1.2
setuptools==62.6.0
wheel==0.37.1
#-------------------------------------------------------------------------------
#Packages
#-------------------------------------------------------------------------------
fiona==1.8.21
numpy==1.21.6
pandas==1.3.5
shapely==1.8.2
xarray==0.19.0
netCDF4==1.6.0
matplotlib==3.5.2
#*******************************************************************************
#End
#*******************************************************************************