Skip to content

Commit

Permalink
requirements.txt: pin versions to pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Apr 10, 2024
1 parent fcc40ec commit 10307ea
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
matplotlib
numpy
scipy
pandas
sympy
voila
voila-osscar-template
Cython
ase
seekpath
plotly
nglview
moviepy
ipympl
widget-bzvisualizer
widget-bandsplot
matplotlib~=3.8.4
numpy~=1.26.4
scipy~=1.13.0
pandas~=2.2.1
sympy~=1.12
voila~=0.5.6
voila-osscar-template~=0.3.2
Cython~=3.0.10
ase~=3.22.1
seekpath~=2.1.0
plotly~=5.20.0
nglview~=3.1.2
moviepy~=1.0.3
ipympl~=0.9.3
widget-bzvisualizer~=0.2.4
widget-bandsplot~=0.7.0

0 comments on commit 10307ea

Please sign in to comment.