Skip to content

Commit

Permalink
Merge pull request rahulnyk#10 from przvlprd/feature-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnyk authored Nov 30, 2023
2 parents 32b60b4 + 79da99a commit 5ec0b1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*/__pycache__
*/.DS_Store
.DS_Store
.ipynb_checkpoints/
# old_notebooks
19 changes: 19 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: knowledge-graph
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip>=23.3.1
- pandas>=2.1.3
- numpy>=1.26.2
- networkx>=3.2.1
- seaborn>=0.13.0
- jupyterlab>=4.0.8
- langchain>=0.0.335
- pypdf>=3.17.0
- pyvis>=0.3.1
- tqdm>=4.38
- yachalk>=0.1.5
- pip:
- unstructured>=0.10.30

0 comments on commit 5ec0b1e

Please sign in to comment.