Skip to content

Commit

Permalink
Remove some dependendencies that may be blocking conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Sep 9, 2024
1 parent 8d0f5f1 commit fdfb767
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .config/pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: ruff-format
args: [--config, .config/ruff.toml]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.5
rev: 0.4.7
hooks:
# Run the pip compile
- id: pip-compile
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ dependencies = [
"hdx-python-utilities>=3.7.3",
"libhxl>=5.2.1",
"makefun",
"ndg-httpsclient",
"pyasn1",
"pyOpenSSL",
"quantulum3",
"requests",
]
Expand Down
28 changes: 6 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ cachetools==5.5.0
# via google-auth
certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
cfgv==3.4.0
# via pre-commit
chardet==5.2.0
Expand All @@ -26,8 +24,6 @@ click==8.1.7
# via typer
coverage==7.6.1
# via pytest-cov
cryptography==43.0.1
# via pyopenssl
defopt==6.4.0
# via hdx-python-api (pyproject.toml)
distlib==0.3.8
Expand All @@ -44,7 +40,7 @@ email-validator==2.2.0
# via hdx-python-api (pyproject.toml)
et-xmlfile==1.1.0
# via openpyxl
filelock==3.15.4
filelock==3.16.0
# via virtualenv
frictionless==5.17.1
# via hdx-python-utilities
Expand Down Expand Up @@ -72,7 +68,7 @@ idna==3.8
# requests
ijson==3.3.0
# via hdx-python-utilities
inflect==7.3.1
inflect==7.4.0
# via quantulum3
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -108,8 +104,6 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.5.0
# via inflect
ndg-httpsclient==0.5.1
# via hdx-python-api (pyproject.toml)
nodeenv==1.9.1
# via pre-commit
num2words==0.5.13
Expand All @@ -122,7 +116,7 @@ packaging==24.1
# via pytest
petl==1.7.15
# via frictionless
platformdirs==4.2.2
platformdirs==4.3.2
# via virtualenv
pluggy==1.5.0
# via pytest
Expand All @@ -136,24 +130,16 @@ pre-commit==3.8.0
# via hdx-python-api (pyproject.toml)
pyasn1==0.6.0
# via
# hdx-python-api (pyproject.toml)
# ndg-httpsclient
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.9.0
pydantic==2.9.1
# via frictionless
pydantic-core==2.23.2
pydantic-core==2.23.3
# via pydantic
pygments==2.18.0
# via rich
pyopenssl==24.2.1
# via
# hdx-python-api (pyproject.toml)
# ndg-httpsclient
pyphonetics==0.5.3
# via hdx-python-country
pytest==8.3.2
Expand Down Expand Up @@ -250,8 +236,6 @@ typing-extensions==4.12.2
# pydantic-core
# typeguard
# typer
tzdata==2024.1
# via pydantic
unidecode==1.3.8
# via
# libhxl
Expand All @@ -262,7 +246,7 @@ urllib3==2.2.2
# requests
validators==0.34.0
# via frictionless
virtualenv==20.26.3
virtualenv==20.26.4
# via pre-commit
wheel==0.44.0
# via libhxl
Expand Down

0 comments on commit fdfb767

Please sign in to comment.