Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquea committed Jan 10, 2024
1 parent 88a6c4c commit 2edf2aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ dependencies:
- setuptools~=65.5.0
- pyspark~=3.3.0
- networkx~=2.8.7
- numpy~=1.23.4
- numpy~=1.23.4
- pandas~=1.5.1
- pyarrow~=8.0.0
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pyspark>=3.3.0
networkx>=2.8.7
numpy>=1.23.4
setuptools>=65.5.0
pyspark~=3.3.0
networkx~=2.8.7
numpy~=1.23.4
setuptools~=65.5.0
pandas~=1.5.1
pyarrow~=8.0.0
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"pyspark",
"numpy",
"networkx",
"setuptools"
"setuptools",
"pandas",
"pyarrow"
],
classifiers=[
# Classifiers for your package
Expand Down

0 comments on commit 2edf2aa

Please sign in to comment.