forked from jcrobak/parquet-python
-
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update test versions * more * still tun on ubuntu 22
- Loading branch information
1 parent
b5960e4
commit 25fcae2
Showing
5 changed files
with
29 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ name: test_env | |
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
- python=3.10 | ||
- bson | ||
- lz4 | ||
- lzo | ||
|
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,21 @@ | ||
name: test_env | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.12 | ||
- bson | ||
- lz4 | ||
- lzo | ||
- pytest | ||
- pandas | ||
- dask | ||
- pytest-cov | ||
- thrift | ||
- numpy | ||
- cramjam | ||
- pyspark=3.3 | ||
- packaging | ||
- orjson | ||
- ujson | ||
- python-rapidjson | ||
- pyarrow |