Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Jun 21, 2024
1 parent 56794a2 commit 0e3bc16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ jobs:
- name: Install Hatch
uses: pypa/hatch@install

# FIXME: Remove this workaround
- name: Print numpy and pandas versions
run: |
python -c "import numpy; print(numpy.__version__)"
python -c "import pandas; print(pandas.__version__)"
# - name: Check Code Quality
# run: |-
# hatch fmt --check --python=${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async_http = [
"nest-asyncio>=1.6.0",
]
box = ["boxsdk[jwt]==3.8.1"]
pandas = ["pandas>=1.3", "setuptools"]
pandas = ["pandas>=1.3", "setuptools", "numpy<2.0.0"]
pyspark = ["pyspark>=3.2.0", "pyarrow>13"]
se = ["spark-expectations>=2.1.0"]
# SFTP dependencies in to_csv line_iterator
Expand Down

0 comments on commit 0e3bc16

Please sign in to comment.