Skip to content

Commit 9410580

Browse files
committed
Update conda requirements
* Add missing backoff, gtest, pybind11, pyre * Sort alphabetically * Constrain gcc to v9.x
1 parent 5865747 commit 9410580

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
cmake>=3.18
22
doxygen
3-
gxx_linux-64
3+
gmock
4+
gtest
5+
gxx_linux-64>=9,<10
6+
pybind11
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
libgcc-ng
2-
libstdcxx-ng
3-
yamale
41
backoff
2+
libgcc-ng>=9,<10
3+
libstdcxx-ng>=9,<10
4+
pyre
5+
yamale

tools/imagesets/oracle8conda/runtime/requirements.txt.main.runtime

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ fftw>=3
22
gdal>=2.3
33
h5py
44
hdf5>=1.10.2
5+
matplotlib
56
numpy
67
python>=3.6
78
ruamel.yaml
8-
matplotlib
99
scipy

0 commit comments

Comments
 (0)