Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Jul 18, 2023
1 parent 868329d commit 672684d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!*.ipynb
!figure.png
!requirements.txt
!environment.yml

!src
src/*
Expand Down
11 changes: 11 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: bbVV
channels:
- conda-forge
dependencies:
- python=3.9
- coffea=0.7.21
- fastjet=3.4.0.2
- xrootd=5.4.0
- tritonclient[all]
- pre-commit
- black
13 changes: 4 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
jetnet>=0.2.1.post2
coffea>=0.7.20
awkward>=1.10.2
matplotlib
mplhep
hist
coffea==0.7.21
black
pre-commit
tritonclient[grpc]
tritonclient[http]
# fastjet
tritonclient[all]
fastjet==3.4.02
xrootd==5.4.0

0 comments on commit 672684d

Please sign in to comment.