Skip to content

Commit

Permalink
[FIX] tox.ini + README file to include the python versions compatibil…
Browse files Browse the repository at this point in the history
…ities + readthedocs readme file
  • Loading branch information
LucianaMartins26 committed Nov 12, 2024
1 parent e9dec06 commit 31cc96e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Diel Models

### Compatibility

_diel_models_ is compatible with the following versions of Python:

```
Python 3.8
Python 3.9
Python 3.10
Python 3.11
Python 3.12
```

### Description
*diel_models* is a python package generated from this project and has its own [ReadtheDocs](https://dielmodels.readthedocs.io/) file.

Expand Down
12 changes: 12 additions & 0 deletions docs/diel_models_docs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Install and Run diel_models

### Compatibility

_diel_models_ is compatible with the following versions of Python:

```
Python 3.8
Python 3.9
Python 3.10
Python 3.11
Python 3.12
```

### Description

Despite numerous successful studies, modeling plant metabolism remains challenging for several reasons, such as limited information, incomplete annotations, and dynamic changes in plant metabolism that occur under different conditions, including night and day.
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ python =
[testenv]
setenv =
PYTHONPATH = {toxinidir}/src
CI = {env:CI,true}
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements_dev.txt
Expand Down

0 comments on commit 31cc96e

Please sign in to comment.