Skip to content

Commit 90bac2a

Browse files
author
Pau Gargallo
committed
Update conda.yml to use python 3.10
1 parent 9f9404a commit 90bac2a

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

conda.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opensfm
22
dependencies:
3-
- python=3.8
3+
- python=3.10
44
- cmake=3.31
55
- make
66
- libxcrypt
@@ -10,22 +10,21 @@ dependencies:
1010
- conda-forge::cxx-compiler
1111
- pip
1212
- pip:
13-
- cloudpickle==0.4.0
14-
- exifread==2.1.2
15-
- flask==2.3.2
16-
- fpdf2==2.4.6
17-
- joblib==0.14.1
18-
- matplotlib
19-
- networkx==2.5
20-
- numpy>=1.19
21-
- Pillow>=8.1.1
22-
- pyproj>=1.9.5.1
23-
- pytest==6.2.0
24-
- python-dateutil>=2.7
25-
- pyyaml>5.4
26-
- scipy>=1.10.0
13+
- cloudpickle==3.1.1
14+
- ExifRead==3.3.1
15+
- Flask==3.1.1
16+
- fpdf2==2.8.3
17+
- joblib==1.5.1
18+
- matplotlib==3.5.1
19+
- networkx==3.4.2
20+
- numpy==1.21.5
21+
- Pillow==9.0.1
22+
- pyproj>=3.3.0
23+
- pytest==8.4.0
24+
- python-dateutil==2.8.1
25+
- PyYAML>=5.4.1
26+
- scipy==1.8.0
2727
- Sphinx==4.2.0
28-
- six
29-
- xmltodict==0.10.2
28+
- xmltodict==0.14.2
3029
- wheel
3130
- sphinx_rtd_theme

0 commit comments

Comments
 (0)