Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcroquette committed Nov 14, 2024
1 parent 7936550 commit 067613f
Showing 1 changed file with 35 additions and 17 deletions.
52 changes: 35 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,35 @@
ipython==8.12.3
matplotlib==3.9.2
nbconvert==7.16.4
nbformat==5.10.4
netifaces==0.11.0
numpy==2.0.2
pandas==2.2.3
paramiko==3.4.0
pyqtgraph==0.13.7
pysine==0.9.2
PyYAML==6.0.2
qasync==0.27.1
QtPy==2.4.2
ruamel.base==1.0.0
scipy==1.13.1
scp==0.15.0
six==1.16.0
ipython
matplotlib
nbconvert
nbformat
# netifaces
numpy
pandas
paramiko
pyqtgraph
pysine
PyYAML
qasync
QtPy
ruamel.base
scipy
scp
six

# ipython==8.12.3
# matplotlib==3.9.2
# nbconvert==7.16.4
# nbformat==5.10.4
# netifaces==0.11.0
# numpy==2.0.2
# pandas==2.2.3
# paramiko==3.4.0
# pyqtgraph==0.13.7
# pysine==0.9.2
# PyYAML==6.0.2
# qasync==0.27.1
# QtPy==2.4.2
# ruamel.base==1.0.0
# scipy==1.13.1
# scp==0.15.0
# six==1.16.0

0 comments on commit 067613f

Please sign in to comment.