Skip to content

Commit

Permalink
🚧 Made implicit dependencies explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Dec 29, 2022
1 parent b8a3b6f commit ae9b67e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Runtime dependencies

cycler==0.11.0
matplotlib==3.6.2
numpy==1.23.4
pyglotaran==0.6.0
tabulate==0.9.0
xarray==2022.11.0

# Documentation dependencies
-r docs/requirements.txt
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ project_urls =
[options]
packages = find:
install_requires =
cycler>=0.10
matplotlib>=3.3.0
pyglotaran>=0.5.1
numpy>=1.21.2,<1.24
pyglotaran>=0.6
tabulate>=0.8.9
xarray>=2022.3.0
python_requires = >=3.8,<3.11
zip_safe = True
Expand Down

0 comments on commit ae9b67e

Please sign in to comment.