Update python to 3.11.
parent
a4ad4c3200
commit
59552c18a9
|
@ -3,6 +3,5 @@
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/rapids" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$/rapids" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/rapids/calculatingfeatures" vcs="Git" />
|
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -1,9 +1,8 @@
|
||||||
name: straw2analysis
|
name: straw2analysis
|
||||||
channels:
|
channels:
|
||||||
- defaults
|
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.9
|
- python=3.11
|
||||||
- black
|
- black
|
||||||
- isort
|
- isort
|
||||||
- flake8
|
- flake8
|
||||||
|
|
2
rapids
2
rapids
|
@ -1 +1 @@
|
||||||
Subproject commit 03687a1ac204f0a4347eb758dada8005f68b0bb1
|
Subproject commit 63f5a526fce4d288499168e1701adadb8b885d82
|
Loading…
Reference in New Issue