Skip to content

Commit

Permalink
specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
karacolada committed Jul 10, 2024
1 parent 4a74a79 commit 28fd9b4
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ channels:
- anaconda
- defaults
dependencies:
- pandas
- pip
- matplotlib
- jupyter
- lxml
- python=3.11.2
- pandas=1.5.3
- pip=22.2.2
- matplotlib=3.7.1
- jupyter=1.0.0
- lxml=4.9.1
- pip:
- beautifulsoup4
- emoji
- levenshtein
- pdfminer-six
- pydriller
- pygithub
- pyyaml
- tqdm
- unidecode
- beautifulsoup4=4.11.2
- emoji=2.2.0
- levenshtein=0.20.9
- pdfminer-six=20221105
- pydriller=2.4.1
- pygithub=1.58.1
- pyyaml=6.0
- tqdm=4.65.0
- unidecode=1.3.6

0 comments on commit 28fd9b4

Please sign in to comment.