forked from OpenBB-finance/OpenBB
-
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.
Feature/dependency grooming (OpenBB-finance#4166)
* Updating poetry to v1.3.2 and dependencies * Fixing conda pip syntax * Updating poetry.lock * Updating requirements * Updating Windows10 build * Windows10 build updates * Windows10 build update * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Windows10 build updates * Updating Intel MacOS Build * Updating Intel MacOS Build * Updating Intel MacOS Build * Updating Intel MacOS Build * Updating Intel MacOS Build * Updating Intel MacOS Build * Updating M1 MacOS Build * Lets get M1 working * Lets get M1 working * Permission Issue on tests / New setup.nsis * Merging the latest changes and picking integration tests to run * Adding Mac requirements * Fixing spelling * Limiting integration tests on builds * commenting out MessageBox prints on win installer * update pinned lightgbm version * fix tests * ignore lightning logs for tests * Unify dependencies across platforms * Add pyinstaller to requirements full * Remove pyupgrade from top level dependencies * Use conda poetry on env file * Pin lightgbm to be installed form conda-forge * Pin latest supported version of lightgbm for intel macs * Use same requirements across all platforms * Pin tenacity to avoid pip resolution conflict due to finviz 1.4.5 package bug * Remove torch dylibs from signing because 1.13 doesn't have those * Identify pinned lightgbm as a part of the prediction extra * rewrite ov cassettes (OpenBB-finance#4171) * Update some tests * Fix typo in Windows build test launch command * Add torch dylibs back to from signing This reverts commit 4a1aabb. * Fix torch dylibs path typo * Package torch into the pyinstaller bundle * Package torch dylibs as binaries * Pin torch back to 11 This reverts commit 4a1aabb. * Refactor code signing paths * Revert "Refactor code signing paths" This reverts commit 1c948b3. * Fix typos in yaml files * Update test * Update tests expected ouput * Tests : fix cassettes * Fix merge conflict * Try to fix test_yahoo_finance_view.py fail in CI * Tests : update cassette + txt * Tests : cassette * Build : update lightgbm version * Tests : update cassette + txt --------- Co-authored-by: Artem Veremey <[email protected]> Co-authored-by: James Maslek <[email protected]> Co-authored-by: Artem Veremey <[email protected]> Co-authored-by: colin99d <[email protected]> Co-authored-by: andrewkenreich <[email protected]> Co-authored-by: martinb-bb <[email protected]> Co-authored-by: montezdesousa <[email protected]> Co-authored-by: Chavithra PARANA <[email protected]>
- Loading branch information
1 parent
f143f83
commit 4b7cfd1
Showing
53 changed files
with
19,172 additions
and
5,050 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ channels: | |
dependencies: | ||
- python=3.8 | ||
- pip | ||
- poetry=1.1.13 | ||
- pip: | ||
- poetry==1.3.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.9 | ||
- poetry==1.3.2 | ||
- setuptools=64.0.2 | ||
- pip |
Oops, something went wrong.