Skip to content

Commit

Permalink
Move spark to extra requirements file (#45)
Browse files Browse the repository at this point in the history
* Move spark to extra requirements file

* Remove unnecessary requirements.spark.in
  • Loading branch information
Winfried Lötzsch authored Jun 28, 2022
1 parent a41186b commit 5cbe3ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ fire
hub
numpy>=1.22
pillow
pyspark==3.2.0
scipy # required by torch dataset "caltech"
squirrel-core[gcp, zarr]>=0.14.2
torchvision
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import os
import re
import sys

from pathlib import Path

from setuptools import find_packages, setup

SOURCE_DIR = "src/squirrel_datasets_core"
Expand Down

0 comments on commit 5cbe3ac

Please sign in to comment.