Skip to content

Commit 4e10547

Browse files
author
btauro
committed
fix version number for python packages TODO
1 parent dc15228 commit 4e10547

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ We require several Python modules for AIFM, for plot generation, and for our ben
155155
cd /home/trackfm
156156
sudo pip3 install -r requirements.txt
157157
sudo pip install --upgrade pip
158-
sudo pip install cmake
158+
sudo pip install cmake==3.22.0
159159
```
160-
TODO: I'd use specific version numbers in `requirements.txt`
161160

162161
**Compiler Toolchain**
163162

requirements.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
scikit-build
2-
pymemcache
3-
scipy
4-
matplotlib
1+
pymemcache==3.5.2
2+
scipy==1.5.4
3+
matplotlib==3.3.4
54
jinja2
6-
psutil
7-
grpcio
8-
grpcio-tools
9-
cmake
10-
wllvm
5+
psutil==5.9.5
6+
grpcio==1.48.2
7+
grpcio-tools==1.48.2
8+
wllvm==1.3.1

0 commit comments

Comments
 (0)