Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
markkho committed Jan 10, 2025
1 parent 26e4606 commit 0f98f63
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
matplotlib==3.7.2
numpy==1.23.5
scipy==1.10.1
torch==2.0.1
tqdm==4.62.3
pandas==2.0.3
termcolor==1.1.0
julia==0.5.7
frozendict==2.1.1
cvxpy==1.1.17
matplotlib<=3.7.2
numpy<=1.23.5
scipy<=1.10.1
torch<=2.0.1
tqdm<=4.62.3
pandas<=2.0.3
termcolor<=1.1.0
julia<=0.5.7
frozendict<=2.1.1
cvxpy<=1.1.17

0 comments on commit 0f98f63

Please sign in to comment.