-
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.
* Remove old vscode settings * Remove the pandas restriction to 1.0 * Remove 3.7 support, add 3.12
- Loading branch information
1 parent
53fb813
commit 502803f
Showing
3 changed files
with
4 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,11 @@ | |
maintainer_email="[email protected]", | ||
url="https://github.com/ssl-hep/ServiceX_frontend", | ||
license="TBD", | ||
python_requires=">=3.7", | ||
python_requires=">=3.8", | ||
test_suite="tests", | ||
install_requires=[ | ||
"idna==2.10", # Required to thread version needle with requests library | ||
"pandas~=1.0", | ||
"pandas>1.5", | ||
"uproot>=4.0.1", | ||
"backoff>=2.0", | ||
"aiohttp~=3.6", | ||
|
@@ -93,11 +93,11 @@ | |
"Topic :: Software Development", | ||
"Topic :: Utilities", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
], | ||
package_data={ | ||
"servicex": ["config_default.yaml"], | ||
|