Craig Warren
|
4c9de9ae37
|
Remove pinning of numpy as bug now resolved on macOS.
|
2020-11-16 11:16:10 +00:00 |
|
craig-warren
|
856afd4689
|
Pin numpy to 1.17.4 to workaround conda bug on macOS.
|
2020-03-27 16:08:33 +00:00 |
|
Craig Warren
|
cdc17211ef
|
Added pip as explicit dependency.
|
2019-05-03 10:56:46 +01:00 |
|
Craig Warren
|
d489d47ae5
|
Updated to remove OpenBLAS dependency on for Windows/Linux. macOS requires different conda environment file as it needs OpenBLAS as MKL causes instability on macOS.
|
2019-03-12 09:38:09 +00:00 |
|
Craig Warren
|
17a48f6a99
|
Unpin numpy, but specify OpenBLAS dependency (rather than MKL BLAS).
|
2019-03-04 13:01:26 +00:00 |
|
Craig Warren
|
9d44724ce1
|
Change mpi4py package to not be part of default install.
|
2019-01-29 10:05:11 +00:00 |
|
Craig Warren
|
c67facb067
|
Pin numpy to >1.15.4 and unpin mkl.
|
2019-01-14 14:02:09 +00:00 |
|
Craig Warren
|
1c20a241bf
|
Can unpin tqdm as error fixed in 4.29.1
|
2019-01-14 08:48:12 +00:00 |
|
Craig Warren
|
9a8a066025
|
Updated to allow Python 3.7.x, and to pin tqdm package to 4.28.1 as there is an issue with 4.29.0
|
2019-01-11 11:21:29 +00:00 |
|
Craig Warren
|
99033e33c6
|
Update to use of double equals to ensure version numbers of packages.
|
2018-10-26 09:57:25 +01:00 |
|
Craig Warren
|
5315b254c1
|
Updated environment to handle problem with Python 3.6.7 and 3.7.* and mkl > 2018.0.0
|
2018-10-25 17:13:19 +01:00 |
|
Craig Warren
|
1a6c3ea85c
|
Pinned Python to 3.6.* series as Python 3.7 is not currently compatible with the pycuda package.
|
2018-07-26 17:28:27 +01:00 |
|
Craig Warren
|
d96bfe4aa3
|
Removed explicit dependency on mkl 2018.0.0.
|
2018-07-09 11:55:03 +01:00 |
|
Craig Warren
|
9fa07576fe
|
Removed explicit dependency on numpy 1.13.*
|
2018-07-09 11:00:38 +01:00 |
|
Craig Warren
|
2408b0eb61
|
Pinned mkl package to version 2018.0.0, as newer versions cause bug with B-scan plotting.
|
2018-05-02 16:48:57 +01:00 |
|
craig-warren
|
43d87ed3a1
|
Test logo in Latex docs only.
|
2018-04-12 17:12:28 +01:00 |
|
Craig Warren
|
51765bc69b
|
Avoid numpy 1.14 until h5py is updated to avoid annoying (but harmless) float warning.
|
2018-03-01 09:49:30 +00:00 |
|
Craig Warren
|
90c3c2c77e
|
Tidied out some commented code.
|
2017-11-01 08:29:12 +00:00 |
|
Craig Warren
|
38910a65ce
|
Removed dependency on QT 4 as Anaconda bug with QT 5 now resolved.
|
2017-10-27 13:50:22 +01:00 |
|
Craig Warren
|
3c8e5bab1b
|
Updates for version 3.1.0 - Big Smoke. These updates are predominately to enable gprMax to be run on GPUs using NVIDIA CUDA.
|
2017-06-19 16:24:08 +01:00 |
|
Craig Warren
|
f56cd69287
|
mpi4py can once again be installed via conda rather than pip, as Anaconda have fixed bug (https://github.com/conda/conda/issues/2277)
|
2017-03-23 10:58:53 +00:00 |
|
Craig Warren
|
04da1ec6e7
|
Updates to handle bug with matplotlib and versions of qt/pyqt.
|
2016-09-22 10:22:33 +01:00 |
|
Craig Warren
|
177c6f5d0a
|
Removed XDMF work from master branch.
|
2016-09-19 14:29:26 +01:00 |
|
craig-warren
|
51984f448f
|
mpi4py must be installed via pip rather than conda for now, as the conda install of mpi4py and openmpi for Mac OS X is currently broken.
|
2016-08-23 11:08:06 +01:00 |
|
Craig Warren
|
deb1afd795
|
Added colorama.
|
2016-08-05 17:10:04 +01:00 |
|
Craig Warren
|
3e63e1b86f
|
Added terminaltable package via pip.
|
2016-08-05 16:40:28 +01:00 |
|
Craig Warren
|
ef016c41ff
|
Added tqdm package via pip for progress bar.
|
2016-08-04 18:17:20 +01:00 |
|
Craig Warren
|
f89f8e1d8f
|
Alphabetical order.
|
2016-05-25 11:52:18 +01:00 |
|
Craig Warren
|
9624c60bd7
|
psutil now seems OK to use via conda (instead of pip) on Mac OS X El Capitan.
|
2016-05-19 17:50:15 +01:00 |
|
Craig Warren
|
a1c61a8106
|
Removed pyfiglet dependancy.
|
2016-05-19 17:35:36 +01:00 |
|
jasminium
|
88c41c5833
|
fixed merge
|
2016-05-11 16:30:08 +01:00 |
|
Craig Warren
|
1923a8e0bf
|
Added jupyter notebook.
|
2016-04-26 17:36:53 +01:00 |
|
jasminium
|
e2faafe921
|
issues with conda psutil on osx el captain
|
2016-03-18 13:07:27 +00:00 |
|
Craig Warren
|
22e08d9d66
|
Added mpi4py package to requirements, this will give a warning under Windows.
|
2016-02-26 12:37:04 +00:00 |
|
Craig Warren
|
6a8337c1a1
|
Added info on how to use the environment file, and relaxed Python dependancy to >=3.4
|
2016-02-19 17:53:23 +00:00 |
|
Craig Warren
|
0ec43cda02
|
Added scipy to packages - required for optimisations.
|
2016-01-20 10:36:20 +00:00 |
|
Craig Warren
|
2cd18c87be
|
Renamed conda config file.
|
2016-01-19 13:03:02 +00:00 |
|