Add version numbers to requirements files
This commit is contained in:
parent
170c946dbd
commit
e64105275b
2 changed files with 11 additions and 11 deletions
|
|
@ -1,3 +1,3 @@
|
|||
matplotlib
|
||||
scipy
|
||||
numpy
|
||||
matplotlib == 3.10.8
|
||||
scipy == 1.17.0
|
||||
numpy == 2.4.0
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
numpy
|
||||
flask
|
||||
flask_socketio
|
||||
inotify
|
||||
cxxfilt
|
||||
pyelftools
|
||||
matplotlib
|
||||
libarchive
|
||||
numpy == 2.4.0
|
||||
flask == 3.1.2
|
||||
flask_socketio == 5.6.0
|
||||
inotify == 0.2.12
|
||||
cxxfilt == 0.3.0
|
||||
pyelftools == 0.32
|
||||
matplotlib == 3.10.8
|
||||
libarchive == 0.4.7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue