-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "aviary" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "A collection of machine learning models for materials discovery" | ||
authors = [{ name = "Rhys Goodall", email = "[email protected]" }] | ||
readme = "README.md" | ||
|
@@ -27,7 +27,6 @@ classifiers = [ | |
"Operating System :: OS Independent", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Topic :: Scientific/Engineering :: Artificial Intelligence", | ||
"Topic :: Scientific/Engineering :: Chemistry", | ||
|
@@ -113,6 +112,7 @@ ignore = [ | |
"D105", # Missing docstring in magic method | ||
"D205", # 1 blank line required between summary line and description | ||
"E731", # Do not assign a lambda expression, use a def | ||
"ISC001", | ||
"PD901", # pandas-df-variable-name | ||
"PLR", # pylint refactor | ||
"PT006", # pytest-parametrize-names-wrong-type | ||
|