forked from EncinasBartos/TBarrier
-
Notifications
You must be signed in to change notification settings - Fork 8
/
environment.yml
27 lines (27 loc) · 1.04 KB
/
environment.yml
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
name: TBarrier
channels:
- conda-forge
- defaults
dependencies:
- ipython=7.20 # a powerful Python shell
- ipywidgets=7.6 # optionally used for tqdm in Jupyter
- joblib=0.14 # used for parallel computing
- jupyter=1.0 # to edit and run Jupyter notebooks
- matplotlib=3.3 # beautiful plots. See tutorial tools_matplotlib.ipynb
- numpy=1.19 # n-dimensional arrays and numerical computing tools
- pip # Python's package-management system
- python=3.7 # Python! Not using latest version as some libs lack support
- scipy=1.6 # scientific/technical computing library
- tqdm=4.56 # a progress bar library
- wheel # built-package format for pip
- widgetsnbextension=3.5 # interactive HTML widgets for Jupyter notebooks
- shapely=1.8.0 # working with geometrical objects such as Polygons
- numba=0.54.1 # library for fast computing
- plotly=5.6.0
- scikit-image
- pip:
- sdeint==0.2.2
- ipynb==0.5.1
- mat73==0.55
- jupyter_contrib_nbextensions == 0.5.1
- great-circle-calculator==1.2.0