Skip to content

Commit

Permalink
upgrade numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrose committed May 17, 2022
1 parent e2a879c commit 2d0d990
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ dependencies:
- pyspark=2.4.0
- biopython=1.72
- numba=0.41.0
- numpy=1.16.1
- jupyterlab=3.2.5
- py3Dmol=0.8.0
- ipywidgets=7.6.5
- pip
- pip:
- git+https://github.com/sbl-sdsc/mmtf-pyspark.git

variables:
SPARK_DRIVER_MEMORY: 16G
SPARK_DRIVER_MAXRESULTSIZE: 4G
SPARK_WORKER_MEMORY: 4G
6 changes: 6 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ dependencies:
- pyspark=2.4.0
- biopython=1.72
- numba=0.41.0
- numpy=1.16.1
- jupyterlab=3.2.5
- py3Dmol=0.8.0
- ipywidgets=7.6.5
- pip
- pip:
- git+https://github.com/sbl-sdsc/mmtf-pyspark.git

variables:
SPARK_DRIVER_MEMORY: 16G
SPARK_DRIVER_MAXRESULTSIZE: 4G
SPARK_WORKER_MEMORY: 4G
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]

mmtfPyspark_dependencies = ['msgpack==0.6.1',
'numpy==1.15.4',
'numpy==1.16.1',
'ipywidgets==7.6.5',
'mmtf-python==1.1.2',
'requests==2.20.0',
Expand Down

0 comments on commit 2d0d990

Please sign in to comment.