Skip to content

Commit

Permalink
sort base deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jul 29, 2022
1 parent 4bd7231 commit 6c31226
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ classifiers = [
license = {text = "MIT"}
requires-python = ">=3.7"
dependencies = [
"numpy>=1.17.0",
"pyvisa>=1.11.0, <1.12.0",
"broadbean>=0.9.1",
"h5netcdf>=0.10.0,!=0.14.0",
# see https://github.com/h5netcdf/h5netcdf/issues/154
"h5py>=3.0.0",
"websockets>=7.0",
"importlib-metadata>=4.4,<5.0.0; python_version < '3.10'",
"importlib-resources>=2.0.0; python_version < '3.9'",
"ipywidgets>=7.5.0,<8.0.0",
"jsonschema>=3.0.0",
"ruamel.yaml>=0.16.0,!=0.16.6",
"wrapt>=1.10.4",
"pandas>=1.0.0",
"xarray>=0.18.0",
"tabulate>=0.8.0",
"tqdm>=4.32.2",
"matplotlib>=3.3.0",
"numpy>=1.17.0",
"opencensus>=0.7.10",
"opencensus-ext-azure>=1.0.4, <2.0.0",
"matplotlib>=3.3.0",
"importlib-metadata>=4.4,<5.0.0; python_version < '3.10'",
"importlib-resources>=2.0.0; python_version < '3.9'",
"typing_extensions>=3.10.0",
"packaging>=20.0",
"ipywidgets>=7.5.0,<8.0.0",
"broadbean>=0.9.1",
"pandas>=1.0.0",
"pyvisa>=1.11.0, <1.12.0",
"ruamel.yaml>=0.16.0,!=0.16.6",
"tabulate>=0.8.0",
"typing_extensions>=3.10.0",
"tqdm>=4.32.2",
"uncertainties>=3.1.4",
"h5netcdf>=0.10.0,!=0.14.0",
# see https://github.com/h5netcdf/h5netcdf/issues/154
"versioningit>=1.1.0",
"websockets>=7.0",
"wrapt>=1.10.4",
"xarray>=0.18.0",
# transitive dependencies. We list these explicitly to",
# ensure that we always use versions that do not have",
# known security vulnerabilities",
Expand Down

0 comments on commit 6c31226

Please sign in to comment.