-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MODIFY] requirements.txt and setup.cfg files so that the only packag…
…e that needs to be installed in the environment is cobra. There is no version specified so that the latest version compatible with each python version used is installed + [FIX] integration DFA tests to skip this in continuous integration since this are post-processing tests
- Loading branch information
1 parent
0e021f8
commit e10b132
Showing
4 changed files
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
cobra~=0.26.2 | ||
pandas~=1.5.3 | ||
statsmodels~=0.13.5 | ||
matplotlib>=3.7.1 | ||
numpy>=1.22 | ||
scipy>=1.10 | ||
setuptools>=65.6.3 | ||
cobra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters