forked from GT4SD/gt4sd-core
-
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.
Python 3.8 compatibility (GT4SD#152)
* fix: wheel tensorboard version conflict (closes GT4SD#146) * feat: python 3.8 support * Install (GT4SD#1) * refactor: importlib instead of pkg_resources * fix: importlib pin * wip: mypy python 3.8 checks, lower lightning * wip: restore new lightning version * docs: updating python version upper bound * chore: import cleanup * chore: remove unused import from init Co-authored-by: Matteo Manica <[email protected]>
- Loading branch information
1 parent
f6a458d
commit 58accd8
Showing
11 changed files
with
25 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
# SOFTWARE. | ||
# | ||
"""Moses Organ trainer unit tests.""" | ||
|
||
import os | ||
import shutil | ||
import tempfile | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,6 @@ | |
# SOFTWARE. | ||
# | ||
"""Moses VAE trainer unit tests.""" | ||
|
||
import os | ||
import shutil | ||
import tempfile | ||
|
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,6 +1,6 @@ | ||
# version control systems requirements | ||
guacamol_baselines @ git+https://github.com/GT4SD/[email protected] | ||
molecule_generation @ git+https://github.com/microsoft/molecule-generation.git@v0.2.0 | ||
molecule_generation @ git+https://github.com/GT4SD/molecule-generation.git@main | ||
moses @ git+https://github.com/GT4SD/[email protected] | ||
paccmann_chemistry @ git+https://github.com/PaccMann/[email protected] | ||
paccmann_generator @ git+https://github.com/PaccMann/[email protected] | ||
|