Skip to content

Commit

Permalink
πŸ“Œ Unpin dependency versions in setup.cfg
Browse files Browse the repository at this point in the history
Dependencies are pinned via Nix anyways and I just don't want to keep
track of the versions served by Nix in setup.cfg.
  • Loading branch information
dpaetzel committed May 5, 2023
1 parent 60e393a commit 4bafe0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
arviz ~=0.11
arviz
numpy
pandas ~=1.3
pandas
pystan ==3.4.0
scipy ~=1.7
scipy
extra_requires =
click ~=8.0.3
matplotlib ~=3.5.1
click
matplotlib

[options.packages.find]
where = src
Expand Down

0 comments on commit 4bafe0a

Please sign in to comment.