-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #321 from usnistgov/develop
Develop
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
"""Version number.""" | ||
__version__ = "2024.2.26" | ||
__version__ = "2024.4.26" |
Binary file removed
BIN
-332 Bytes
...ions/tb3_models/ES-SinglePropertyPrediction-bandgap_JVASP_1002_Si-dft_3d-test-mae.csv.zip
Binary file not shown.
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="jarvis_leaderboard", # Replace with your own username | ||
version="2024.2.26", | ||
version="2024.4.26", | ||
author="Kamal Choudhary", | ||
author_email="[email protected]", | ||
description="jarvis_leaderboard", | ||
|
@@ -41,6 +41,8 @@ | |
], | ||
package_data={ | ||
"jarvis_leaderboard": [ | ||
"benchmarks/benchmark_dois.json", | ||
"benchmarks/descriptions.csv", | ||
"benchmarks/ES/*/*.json.zip", | ||
"benchmarks/EXP/*/*.json.zip", | ||
"benchmarks/FF/*/*.json.zip", | ||
|
@@ -65,5 +67,5 @@ | |
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.7", | ||
python_requires=">=3.8", | ||
) |